9 years, 11 months ago.

Export to Code Sourcery for Nucleo ST F030R8 not available? Alternatives?

Hello everybody :-)

I would like to develope for ST´s Nucleo F030R8 with Eclipse and Codesourcery.

1.) I can´t export from mbed IDE to codesourcery its shown grayed out. Isn´t it supported already? And when will it be?

2.) Does anybody know where to get a simple makefile, linkerscript and whatever is needed to build for this board? Even another gcc based toolchain would be welcome if an example exists for it.

Thank you very much for your efforts

Steve

2 Answers

9 years, 8 months ago.

Hello,

I have been trying to do the same thing. I have got a fully functional(as far as I tested it) "offline" port for this board- NUCLEO-F030R8, using the python scripts as provided by MBED-SDK. I want a Makefile based system, which I have not been able to achieve despite spending many hours. Is there anyone who can help me with it ?

Thanks

Sumit

9 years, 11 months ago.

Hello steve anon,

1. yes, not supported currently. There's though ARM GCC support for some nucleo targets (haven't checked if exporters are present, just see the toolchain support for them).

2. The GCC ARM export is present for some, like discovery targets, where you can see makefile, linkerscript and the startup file. It should give you a good start to port another nucleo targets. This is part of the mbed-src. Are you familiar with a git? Clone this repository for further details https://github.com/mbedmicro/mbed

People here, or we can assist you if you need any help to add support for various toolchains.

Regards,
0xc0170

Hello 0xc0170,

Thank you for your quick answer. I am familiar with git and wil have a look at this repository you are talking about.

Thank you Steve

posted by steve anon 14 Jun 2014

Cool ! There's documentation on mbed called mbed Tools http://mbed.org/handbook/mbed-tools and mbed porting https://mbed.org/handbook/mbed-SDK-porting

posted by Martin Kojtal 15 Jun 2014