compiler on android ?

Asked by vishuz

GNU toolchain runs on Linux&Win&mac, could it run on android ? I need to compile on android
There are apps like CCtools that provide C IDE(with gcc) on android but no arm toolchain
Any android app that provides this or Is it possible build code to run on android ? If yes how

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Thomas Preud'homme (thomas-preudhomme) said :
#1

can you confirm that you are looking for a toolchain targeting bare-metal ARM targets but running on an Android host (ie build *on* an Android as opposed to build *for* Android)?

Best regards.

Revision history for this message
vishuz (vishuz) said :
#2

Yes Thomas, I am looking to build on android(not for) for bare metal (cortex-m0)

Thanks

Revision history for this message
Thomas Preud'homme (thomas-preudhomme) said :
#3

I am not aware of an ARM bare-metal toolchain for Android host. You could try to build our toolchain from source using our build script with --skip_steps=mingw32,mingw32-gdb-with-python,gdb-with-python,manual to make it as easy as possible. You will need to have a native toolchain installed for this to work obviously.

Best regards.

Can you help with this problem?

Provide an answer of your own, or ask vishuz for more information if necessary.

To post a message you must log in.