To obtain a .sym file , change the link command :

For example, with the Tex2Hex sample, do the following :

m68k-palmos-gcc.exe -g -c Tex2Hex.c -o Tex2Hex.o
m68k-palmos-gcc.exe -g Tex2Hex.o -o Tex2Hex.code.1.sym
build-prc -o Tex2Hex.prc Tex2Hex.def *.bin Text2Hex.code.1.sym

PalmDebugger will now recognize the .sym file. But there is still a problem
: as I know, PalmDebugger can't load the source file if the source file, the
.prc file and the .sym file are not is the same folder. :-(



"C. Milton Young, IV" <[EMAIL PROTECTED]> a écrit dans le message news:
[EMAIL PROTECTED]
>
> I am trying to get the PALM debugger working on windows NT, but I don't
> know how to create the sym file that it is requesting to perform source
> level debug. Does anybody know how to create this file, it doesn't
> appear to be the same file that you can uses with gdb.
>
> In addition, I am trying to use gdb running on Solaris 8. I cannot get
> "target pilot localhost:2000" to work. It does accept "target pilot
> /dev/cua/a", but I am not connecting to the socket on POSE. I built the
> GDB debug as specified by PRC-tools2.0.
>
> Is there a GUI for GDB under windows? I tried building DDD under cygwin
> but I haven't succeeded yet.
>
>





-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to