9 years, 4 months ago.

Compile with Eclipse?

Hi, how can I create .bin-files in offline-mode? I´ve installed eclipse and arm-plugin. I´ve also installed arm-tools like make (win7).

I´m unable to copy example vom online-compiler (export-function) and using eclipse in offline-mode. Exists there other users having experiences in using eclipse with special plugin for ST Nucleo F411RE?

Question relating to:

Affordable and flexible platform to ease prototyping using a STM32F411RET6 microcontroller.

2 Answers

9 years, 1 month ago.

i don't know if you have your answer but you could read it from here

http://hotboards.org/index.php/es/blog/20-spanish/blog/st/102-programando-con-el-bootloader

but is in Spanish

9 years, 4 months ago.

Just export to GCC ARM, create a makefile project, import your sources, set debugger (also GCC enviroment + make), and you should be albe to build it. There are articles on the web. On my webpage I believe I published one how to, for one of FRDM targets.

Regards,
0cx0170