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

Building example code based on nRF52832 giving errors

Hi,

I am new to nRF52832 software and Segger Embedded Studio. Was trying to comiple an example code based on ISP4520 which is based on nRF52832 device and am getting following error.

 Output/Debug/Exe/ble_lora_template_ISP4520_EU.elf does not exist.
1> Linking ble_lora_template_ISP4520_EU.elf
1>
1> error: can't open C:/ISP4520_Source_Code_v2.0.4/src/apps/ble_lora_template/ISP4520_EU/s132/ses/ for reading
Build failed

I checked the build options Assembler is Segger, Compiler is gcc, Linker is Segger.

There are 2 compiler options gcc and clang.

Please guide.

Thanks 

Sangeeta

Parents
  • Hi

    Thanks for the reply. Issue is resolved now.

    I am now able to build both nordic_sdk examples as well as ble_lora_template example.
    While I was compiling the nordic_sdk with default settings I saw that the following error was there
    "C:/ISP4520_Source_Code_v2.0.4/src/nordic_sdk/nRF5_SDK_14.2.0_17b948a/examples/ble_central/ble_app_blinky_c/pca10040/s132/ses/Output/Debug/Exe/ble_app_blinky_c_pca10040_s132.hex 64-bit address 0x4ccc2300023000 out of range for Intel Hex file"
     
    I had downloaded Segger Embedded System for x86 system n, not for Windows x64 system.
    After that, I changed to Segger Embedded Studio for Windows x64 system and then the nordic_sdk and the ble_lora_template both have compiled and generated all required output files.
    Don't know how to close the issue or say it is resolved
    Thanks
    Sangeeta
  • Issue is resolved now

    Jolly good! Now please verify the answer - which marks the thread as solved:

Reply Children
No Data
Related