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

Compiling SDK 12.3.0 with gcc problem

I have a problem with compiling the blinky example from SDK 12.3.0. I have installed latest arm gcc cross compiler, version 6.3.1. Make command works but on compiling file system_nrf52.c it stucks. System memory usage goes to 100%, system stops respond. There is no white spaces in the SDK path. My operating system is Windows 10 Professional 64 bit.

Parents
  • Yes, I tried. I tried also with SDK 13. I moved SDK folder on partition root and nothing changed. I tried compile blinky example but with usage of s132 instead of blank configuration. system_nrf52.c compiles and stuck on next file softdevice_handler.c Both gcc version stops at the same file.

    Edit: softdevice_handler.c is last file in makefile in s132 configuration and system_nrf52.c is last one in blank makefile configuration. o files in _build directory are present in both cases so problem will be in next phase.

Reply
  • Yes, I tried. I tried also with SDK 13. I moved SDK folder on partition root and nothing changed. I tried compile blinky example but with usage of s132 instead of blank configuration. system_nrf52.c compiles and stuck on next file softdevice_handler.c Both gcc version stops at the same file.

    Edit: softdevice_handler.c is last file in makefile in s132 configuration and system_nrf52.c is last one in blank makefile configuration. o files in _build directory are present in both cases so problem will be in next phase.

Children
No Data
Related