Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » ANSI C development on different MCU's
ANSI C development on different MCU's [message #218632] Sun, 06 July 2008 12:25 Go to next message
Eclipse UserFriend
Originally posted by: lars.magne.endresen.haugnett.no

Hi,

Is it possible to use the Eclipse IDE together with different ANSI C
compilers without writing a plugin for each MCU. None of my MCU's are GCC
compilers and I have not found any Eclipse plugin's for them (Fujitsu
MB91F543(16bit) and MB91F362 (32bit)). Up to now I have used the Softune
Workbench from Fujitsu and the SlickEdit with a JAM maker. Is it possible
to use an internal/external maker from Eclipse to execute different cross
compilers?

Regards
Lars Magne Endresen
Re: ANSI C development on different MCU's [message #218639 is a reply to message #218632] Sun, 06 July 2008 13:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: subs._nospam_consertum.com

Lars Magne Endresen wrote:
> Hi,
>
> Is it possible to use the Eclipse IDE together with different ANSI C
> compilers without writing a plugin for each MCU. None of my MCU's are
> GCC compilers and I have not found any Eclipse plugin's for them
> (Fujitsu MB91F543(16bit) and MB91F362 (32bit)). Up to now I have used
> the Softune Workbench from Fujitsu and the SlickEdit with a JAM maker.
> Is it possible to use an internal/external maker from Eclipse to execute
> different cross compilers?
>
> Regards
> Lars Magne Endresen
>
Yes, CDT can use make (your) files to build your projects.

The big issue will be debug. 'out of the box' CDT works with GDB (using
the MI protocol). If you don't have a GDB debugger, then you have to
write a debugger plugin.

--
Derek
Re: ANSI C development on different MCU's [message #218646 is a reply to message #218639] Mon, 07 July 2008 04:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lars.magne.endresen.haugnett.no

Tanks Derek!

Is there a guideline how to set up CDT for different compilers?

Regards
Lars Magne
Re: ANSI C development on different MCU's [message #218662 is a reply to message #218646] Mon, 07 July 2008 05:00 Go to previous message
Eclipse UserFriend
Originally posted by: subs._nospam_consertum.com

Lars Magne Endresen wrote:
> Tanks Derek!
>
> Is there a guideline how to set up CDT for different compilers?
>
> Regards
> Lars Magne
>
There is the "Managed Build System Extensibility" document, which is
found in the CDT SDK help.

A tutorial, of sorts, for setting up CDT for use with GNU can be found
here (specifically for Atmel, but the same principles apply):
http://www.atmel.com/dyn/resources/prod_documents/atmel_tuto rial_source.zip

--
Derek
Previous Topic:portable ide: delete built in include paths
Next Topic:built-in values after change the platform, from fedora to openSUSE
Goto Forum:
  


Current Time: Tue Jun 03 17:15:42 EDT 2025

Powered by FUDForum. Page generated in 0.02642 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top