Hi, Is there any plan for adding the Keil support for the official nRF mesh SDK?
Regards
Hi, Is there any plan for adding the Keil support for the official nRF mesh SDK?
Regards
I'd like to add to Bjørn's answer that the ARMCC v5 compiler (bundled with Keil) is indeed supported. It is the default compiler used when building with the CMake based setup on Windows. However, we do not provide Keil project files.
Using CMake, you can switch between ARMCC and GCC running
build $ cmake -GNinja -DBUILD_TOOLCHAIN=ARM ...
or
build $ cmake -GNinja -DBUILD_TOOLCHAIN=GCC ...
Please see: infocenter.nordicsemi.com/.../md_doc_getting_started_how_to_build.html
Best regards,
Thomas