6 years, 3 months ago.

Compile with GCC outside mbed and still get binary file?

Hello,

Would it be possible to compile my code in linux from terminal with GCC and still be able to get the binary file necessary for my mDot?

Thank you.

1 Answer

6 years, 3 months ago.

Provided your board has the right initialization code/linker script etc. for GCC then yes. I normally make sure to import source code versions of all of the support libraries I want then export to a ZIP file from the online compiler. This is also the simplest way to get debugging operational.

HTH.

Accepted Answer