This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb in eclipse


My actions where:
  Create the project
  Write the "hello world" program
  set the path variable to 'E:\cygwin\bin'
  run the program
  create the file .gdbinit
  try to do debug

What am I missing?
What am I doing wrong?


Thanks for the help Marcos

On 11/17/06, Dave Korn <dave.korn@artimi.com> wrote:
On 17 November 2006 14:24, marcos rebelo wrote:

> The code runs correctly, but when I do Debug I have this message:
>
> Warning: /eclipse_projects/C++/Test/.settings;E: No such file or directory.
> Warning: /eclipse_projects/C++/Test;E: No such file or directory.
> Warning: /cygdrive/e/eclipse_projects/C++/Test/E: No such file or directory.

  This looks like you've used a (mixed format) DOS-style search path, i.e.
drive letters  and semi-colons to separate the entries.  Try using posix paths
and separating the entires with colons.


cheers, DaveK -- Can't think of a witty .sigline today....


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/




--
Marcos Rebelo
http://oleber.awardspace.com/

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]