nrf52-u2f icon indicating copy to clipboard operation
nrf52-u2f copied to clipboard

Fixes for some of the errors known at compile time

Open vinsec opened this issue 5 years ago • 2 comments

  1. Add the missing static libraries and move them into nrf_sdks. Accordingly,the Makefiles have been updated.

2.The command mergehex is not usually installed in advance.A README.md has been added in order to make the compilation process smoother.

All these changes have been carefully validated.

The compiling environment is :

Linux 4.18.0-16-generic Ubuntu 18.04.1 x86_64
GNU Arm Embedded Toolchain: 6-2017-q2-update
nRF5 SDK: nRF5_SDK_v15.2.0_9412b96

vinsec avatar Mar 13 '19 14:03 vinsec

@vinsec micro-ecc library is in the folder <nRF5 SDK path>/external/micro-ecc. Just change to the directory and run ./build_all.sh or .\build_all.bat. So, I think it is better to add a tutorial for this step rather than adding the pre-build libs.

caizelin avatar Mar 17 '19 07:03 caizelin

@vinsec micro-ecc library is in the folder <nRF5 SDK path>/external/micro-ecc. Just change to the directory and run ./build_all.sh or .\build_all.bat. So, I think it is better to add a tutorial for this step rather than adding the pre-build libs.

That would be better :)

vinsec avatar Mar 18 '19 02:03 vinsec