This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF5 SDK for Thread and Zigbee

Hi.

I am not family with the Nordic product, this is the first time.

I just download "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.zip",  because I plan to build my NCP with my custom board(base on nRF52840).  then a follow the "Building the latest OpenThread libraries" from Inforcenter, I follow the instructions "Building the library with GCC on Windows", the step 2 say: "Run the build_gcc_libs.bat script to build all of the libraries.", but I can not find "build_gcc_libs.bat" file.

or how can I rebuild "build_gcc_libs.bat".

Cai.

Parents Reply
  • Hi.

    Quick follow-up.

    I found out that I can build the openThread library without removing locator.cpp from any Makefiles by building the following commit:

    23ff1015d4f68b07c303ab35c9656f43642d2c1d

    Just do this to download the correct commit:

    git clone git://github.com/openthread/openthread.git
    cd openthread
    git checkout 23ff1015d4f68b07c303ab35c9656f43642d2c1d

    Best regards,

    Andreas

Children
No Data
Related