Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » how to search newsgroup&cross compiler
how to search newsgroup&cross compiler [message #100228] Mon, 19 April 2004 13:52 Go to next message
Eclipse UserFriend
Originally posted by: gcao.playstation.sony.com

How can I search the newsgroup?

I have a gnu cross compiler, when plugging into cdt using standard make, the
project compiles, but target executable shows[nonebe], where can I change
this to let cdt recognize my target?

Cdt pref panel doesn't recognize my gdb when I tried to set gdb at prefs
panel for remote debugging, where is a good place to start looking in the
sources? I just build the sources.

Thanks,
--Grace
Re: how to search newsgroup&cross compiler [message #100431 is a reply to message #100228] Mon, 19 April 2004 19:02 Go to previous messageGo to next message
Eclipse UserFriend
> I have a gnu cross compiler, when plugging into cdt using standard make,
the
> project compiles, but target executable shows[nonebe], where can I change
> this to let cdt recognize my target?

You have to the source to CDT. Look at org.eclipse.cdt.utils.elf.Elf and add
the appropriate value for e_machine and then return the name in
getAttributes().

> Cdt pref panel doesn't recognize my gdb when I tried to set gdb at prefs
> panel for remote debugging, where is a good place to start looking in the
> sources? I just build the sources.

This is probably because of 'nonebe' being returned.

Cheers,
JonB
Re: how to search newsgroup&cross compiler [message #100498 is a reply to message #100431] Wed, 21 April 2004 03:51 Go to previous message
Eclipse UserFriend
Jon Beniston wrote:
>>I have a gnu cross compiler, when plugging into cdt using standard make,
>
> the
>
>>project compiles, but target executable shows[nonebe], where can I change
>>this to let cdt recognize my target?
>
>
> You have to the source to CDT. Look at org.eclipse.cdt.utils.elf.Elf and add
> the appropriate value for e_machine and then return the name in
> getAttributes().

How would I add a COFF Target?
Having a m68332 target here, using a rather old gcc-2.95 and gdb-5.1.1
(I think) plus BDM. Unfortunately, I did not get the latest BDM stuff
build. Though, I need to use external Insight debugger, which is a
rather buggy version showing much instability on it UI.

>
>>Cdt pref panel doesn't recognize my gdb when I tried to set gdb at prefs
>>panel for remote debugging, where is a good place to start looking in the
>>sources? I just build the sources.
>
>
> This is probably because of 'nonebe' being returned.
>
> Cheers,
> JonB
>
>
Previous Topic:Setting breakpoint on exceptions when debugging
Next Topic:Licensing.. Just to be sure..
Goto Forum:
  


Current Time: Fri Jul 18 07:23:53 EDT 2025

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

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

Back to the top