Bug 74900 - gdb messages: No excutable file specified
Summary: gdb messages: No excutable file specified
Status: RESOLVED WORKSFORME
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 01:58 UTC by ZongjunSun
Modified: 2004-02-15 02:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ZongjunSun 2004-02-11 01:58:29 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Unspecified Linux
Compiler:          GNU GCC 3.3.2 gdb 6.0 libtool 1.5
OS:          Linux

I can set breakpoints, and it compile successfully, but when I start debug,
it reports NO excutable file specified. I use the Fedora 1, gcc 3.32,gdb 6.0
libtool 1.5.
Comment 1 ZongjunSun 2004-02-11 01:59:54 UTC
Oh .sorry the Kdevelop is 3.0.0 I forget about it.although this is a little bug, the KDevelop is wonderful IDE:) thanks all 
Comment 2 Jens Dagerbo 2004-02-11 10:17:58 UTC
What project type? Does removing 'libtool' from the debugger options help?
Comment 3 Christian Muehlhaeuser 2004-02-12 01:34:05 UTC
same here, will try your tip!
Comment 4 ZongjunSun 2004-02-13 05:38:35 UTC
I use common C hello world project, no GUI, no others. the simplest project. If i login as the common user
i can debug whether I remove libtool dons't amount. But I i add one or more file to the target, the same problem rises again. If i login as root, begain with a new common c project without no GUI, I can't debug (I didn't remove the libtool, let me try)
   
  thanks for your help
Comment 5 ZongjunSun 2004-02-15 02:00:22 UTC
Hi, After I remove the libtool in the debugger option,all go well
thanks. I am so stupid ;(