Re: [Anjuta-list] Debugging Question
- From: Biswapesh Chattopadhyay <biswapesh_chatterjee tcscal co in>
- To: Anjuta List <anjuta-list lists sourceforge net>
- Subject: Re: [Anjuta-list] Debugging Question
- Date: Thu Jun 5 21:22:03 2003
> Built a rather medium size Gtk2.0 project. Having trouble debugging.
> Keep getting the message - ERROR: "name of program" not in executable
> format: File format not recognized.
>
> Program executes find inside the environment under the Build menu.
> Tried many different options to correct. Ran out of options. Any
> suggestions?
You might be using libtool. In this case, the actual program will be a
shell script which fires the real executable in the '.libs' directory.
We probably need to add the needed intelligence to the anjuta debugger
so that it checks <exe name> and if that is not an ELF executable (easy
to do using VFS/file command), then checks <dir>/.libs/<exe name>
instead.
It might also be a good idea to allow user to change the executable name
when starting the debugger.
Anybody willing to come up with a patch for this ? Should be simple
enough I guess.
Rgds,
Biswa.
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The best
> thread debugger on the planet. Designed with thread debugging features
> you've never dreamed of, try TotalView 6 free at www.etnus.com.
> _______________________________________________
> Anjuta-list mailing list
> Anjuta-list lists sourceforge net
> https://lists.sourceforge.net/lists/listinfo/anjuta-list
>
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]