6 years, 10 months ago.

Export - difference between eclipse_gcc_arm & gnuarmeclipse

When exporting from mbed to an external toolchain, what is the difference between eclipse_gcc_arm & gnuarmeclipse ?

(applies to both the online compiler & the CLI)

1 Answer

6 years, 10 months ago.

eclipse_gcc_arm is an unmanaged eclipse project that uses a makefile to build the source code (IE you would need to perform export again or modify the makefile if you add any files after the initial export). gnuarmeclipse is a managed project- http://gnuarmeclipse.github.io/.

OK thanks.

Is that documented anywhere?

posted by Andrew Neil 22 Jun 2017

https://docs.mbed.com/docs/mbed-os-handbook/en/latest/dev_tools/third_party/ uses the terms - but does not define them.

That's why I asked the question in the first place.

posted by Andrew Neil 26 Jun 2017

Will eclipse_gcc_arm set hardware debugger information like gnuarmeclipse will?

posted by Jonathan Hess 03 Jan 2019