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

Linker error on example code

Hi.

I get Linker error when i compile 'iot_secure_dfu_bootloader_secure_dfu_s132_pca10040' example from SDK 16.0.0.

The compilation passed (although i had problem with: 'nrf52hf_armgcc' under 'micro-ecc', which didnt passed makefile), 

Now i get error message of Linking, " can't open C:/nRF52832/nRF5/examples/iot/bootloader/pca10040/s132/ses/ for reading"

What is the reason for that?

I tried to mode the folder closer to C root but it did not help.

In addition, why 'build_all.bat' file under micro-ecc, return error messages on all make files?

Regards,

Dudi

Parents
  • About the linking error: there is no permission issue because i can compile other example from this SDK. I tried to put the folder directly on C root in order to make short path but it does not help. It is from the SDK16.0.0.

    In addition, i am using SEGGER embedded studio. Where should GCC toolchain be?

    I tried the folder "C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM 4.42\gcc\arm-none-eabi\bin" with no success.

Reply
  • About the linking error: there is no permission issue because i can compile other example from this SDK. I tried to put the folder directly on C root in order to make short path but it does not help. It is from the SDK16.0.0.

    In addition, i am using SEGGER embedded studio. Where should GCC toolchain be?

    I tried the folder "C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM 4.42\gcc\arm-none-eabi\bin" with no success.

Children
Related