Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for some of the errors known at compile time #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

vinsec
Copy link
Contributor

@vinsec vinsec commented Mar 13, 2019

  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

@caizelin
Copy link
Member

@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.

@vinsec
Copy link
Contributor Author

vinsec commented Mar 18, 2019

@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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants