At 01:47 AM 8/3/2004, you wrote:
Hello, I would try to debug my TungstenT3 application using POD, which can use the USB port. I can connect and install the application using POD, but I can't see any code or memory or register: I found only a memory error on the memory tab. I think I need the elf file of my code, but how do you get it using m68k-palmos-gcc.exe?

An ELF file isn't used for 68K code -- it's only used for ARM code. To debug your 68K application, you need the a COFF output file. This is normally produced by the linker, and used as the input for build-prc. For example, m68k-palmos-ld outputs a file called Test, and that's used as an argument to build-prc to produce Test.prc, then POD should be able to find the "Test" file and use symbolics from that.



-- Ben Combee, DTS technical lead, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Palm OS Dev Fourm Archives: http://news.palmos.com/read/all_forums/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to