Hi,
I am using IAR embedded workbench IDE - ARM 8.20.1 (full version) to compile the SDK 14.0 blinky_pca10040_s132 -nrf52832_xxaa example. However, I got some errors which is
-
Fatal Error[Pe1696]: cannot open source file "nrf_log_ctrl_internal.h"
-
Error while running C/C++ Compiler app_util_platform.c
app_error.c
nrf_assert.c
main.c
nrf_sdh_soc.c -
Fatal Error[Pe1696]: cannot open source file "nrf_section_iter.h"
-
Error while running C/C++ Compiler nrf_sdh.c
-
Fatal Error[Pe1696]: cannot open source file "nrf_section_iter.h"
-
Error while running C/C++ Compiler system_nrf52.c
nrf_strerror.c
nrf_section_iter.c
Total number of errors: 3 (Display on IAR message box)
I already did the below step before I built the project,
- Open workspace -> "blinky.eww"
- Set active -> blinky_pca10040_s132_nf52832_xxaa
- Select project -> options -> Gerneral Options -> Target -> Device -> "NordicSemi nRF52832_xxAA"
- Select project -> options -> Debugger -> Drive -> "J-link/J-Trace"
- Select project -> options -> Debugger -> J-link/J-Trace -> Setup -> JTAG/SWD speed -> Fixed 4000kHz
- Use nrfjprog erase and reset the chip
I had no idea that why I will got these errors. Please help.
Thank you.
Regards,
sm