Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » configuring GNU cross-compiler "m6811-elf-gcc"
configuring GNU cross-compiler "m6811-elf-gcc" [message #167829] Mon, 10 April 2006 20:36 Go to next message
Jeff Smith is currently offline Jeff SmithFriend
Messages: 19
Registered: July 2009
Junior Member
I've generally got eclipse working with the cross-compiler GCC-m68hc11, but
on eclips/cdt startup the problem is reported:

Error launching external scanner info generator (gcc -E -P -v -dD
/home/jsmith/Documents/src-loc/robo/trunk/robots/.metadata/
.plugins/org.eclipse.cdt.make.core/specs.c -m68hcs12 -mshort
-msoft-reg-count=0 -mauto-incdec)

I think I just need it to call "m6811-elf-gcc" instead of "gcc", but can't
find any settings to make it happen.

Thanks, --jeffs
Re: configuring GNU cross-compiler "m6811-elf-gcc" [message #168516 is a reply to message #167829] Thu, 20 April 2006 10:43 Go to previous message
hinko kocevar is currently offline hinko kocevarFriend
Messages: 8
Registered: July 2009
Junior Member
Jeff Smith wrote:
> I've generally got eclipse working with the cross-compiler GCC-m68hc11, but
> on eclips/cdt startup the problem is reported:
>
> Error launching external scanner info generator (gcc -E -P -v -dD
> /home/jsmith/Documents/src-loc/robo/trunk/robots/.metadata/
> .plugins/org.eclipse.cdt.make.core/specs.c -m68hcs12 -mshort
> -msoft-reg-count=0 -mauto-incdec)
>
> I think I just need it to call "m6811-elf-gcc" instead of "gcc", but can't
> find any settings to make it happen.
>

What about 'Binary parser' tab inside C/C++ Build properties? Try using
GNU ELF parser and then supplying correct utility there. It works for
avr-xxx struff for me.


regards,
hinko
Previous Topic:how to add gcc build option -Os ?
Next Topic:CDT with RCP ... Is this fesible to do in IDE Development please ???
Goto Forum:
  


Current Time: Sat Jul 20 23:24:46 GMT 2024

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

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

Back to the top