[EMAIL PROTECTED] writes:
> I'm trying out Handspring's toolkit for building standard Palm applications.
> Things seem to be going ok, but I've now hit a snag. I'm trying to debug an app
> using Handspring's GDB. When running, it attaches ok, but can't find the
> source. It appears to be looking for the source in
> c:/sources/project//sources/project/project.c instead of
> c:/sources/project/project.c. Can anyone offer any advice on how to fix this?
I'm not sure what's inserting the extra copy of /sources/project/ into
the path, but as a workaround you can use the "dir" command to tell
gdb where to find sources. "help dir" and "show dir" should get you
going.
- Nathan