Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 9 months ago.
Howto export nRF52DK project from online mbed compiler to ARM GCC toolchain?
I create a project based on NRF52DK, and export to gcc version( mbed-os-example-blinky_make_gcc_arm_nrf52_dk.zip). Then I changed the path in makefile : ASM_FLAGS += mbed_config.h, it still has error. Here is my makefile and project directory. Who has met the problem?