9 years, 11 months ago.

Exporting mbed-src-program to GCC ARM Embedded

Hi, I would like to export the code for adding support for a new target. So I imported mbed-src-program and tried to export to GCC ARM Embedded, but all options are greyed out except for Keil uVision4 and zip. My only development platform, at the moment, is ST NUCLEO F103RB. I would like to start my experiments compiling this project for this platform and GCC ARM Embedded. Shall I add a new development platform in order do export in GCC ARM compatible format ? I guess this project should be platform-agnostic... Thank you

1 Answer

9 years, 11 months ago.

Hello Paolo Bisiach,

the sources are available also on github https://github.com/mbedmicro/mbed. Clone the repo and look at workspace_tools, where are scripts which can do many "magic" as online compiler. Means export project, build target files.

The tools page on the mbed currently does not work for me http://mbed.org/handbook/mbed-tools, still can access google's cached page, read that one how to build and export.

What do you mean add new target ? Add GCC export for existing targets or add complete new target? To add a new toolchain for existing platform, look at workspace_tools/toolchain folder.

Regards,
0xc0170