7 years, 7 months ago.

nrf52 fails to export from online compiler.

I have tried to export a program for nrf52-dk to gcc under many different circumstances but in all cases have failed. Is nrf52 only supported with the online compiler then? The only gcc option is "Code Sourcery". That fails to export.

Here is an example program that fails to export: https://developer.mbed.org/users/andrewfelch/code/nrf52_cant_export_example/

I right-click the program and choose Export, Code Sourcery, and get the error which indicates to "Contact Support". In the best case I would also be able to export using the mbed-dev library (fails in both mbed library and mbed-dev library cases, so it seems no gcc-makeable export works).

-Andrew

Question relating to:

The nRF52 Development Kit is a single-board development kit for Bluetooth Smart, ANT and 2.4GHz proprietary applications using the nRF52 Series SoC. This kit supports both development for nRF52832 SoCs.

1 Answer

7 years, 7 months ago.

Quick workaround: use mbed CLI locally to create a new nRF52 project (or import an existing one). Builds fine with GCC.

Seems that no export options have been added for nRF52 yet... Bug is here.