Is it possible to use android devices gcc tool chain to compile the nrf51822 projects. Does it support nrf51822 bare metal platform?
Is it possible to use android devices gcc tool chain to compile the nrf51822 projects. Does it support nrf51822 bare metal platform?
Probably not: Android will not run on Cortex-M devices - so the Android GCC is unlikely to support Cortex-M code generation.
But why would you want to do this? Just install the proper Cortex-M toolchain!
Thank you very much. We wanted to compile our project in android devices, if that is possible it would be very much helpful for our application.
Thank you very much. We wanted to compile our project in android devices, if that is possible it would be very much helpful for our application.