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.
7 years ago.
Offline compilier
Hi,
Is there option to download the C compiler for nRF51-DK and work offline ?
Thank you,
Haim Rodrik
2 Answers
7 years ago.
Hi, of course, there's an option. One of the most simple offline solutions is to use Keil and it's ARM compiler (note that you can not link programs bigger than 32K). If you want to build bigger programs than 32K you can use arm-none-eabi compiler without limit, free or charge.
Good luck.
7 years ago.
Yep, as Jurica said you can compile with ARMCC, GCC for Arm Embedded or IAR. And with a wide set of IDEs. See the tools section in the docs.