We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am compiling a .elf file for an ARM7 processor and including the -gDWARF-2, for a Nohau emulator. I recently modified my directory structure so my sources are in sub-directories. This has caused the DWARF information to inlclude the directory information (AP_Source/main.c, for example). The problem is the forward slash "/" because gcc is unix based and my emulator software is DOS based. Is there anyway to force the GNU DWARF output to omit any path information? Thanks, Al
In case anyone is using the Nohau emulator (Seehau) - rev v6.0601A of their software resolved the problem. Thanks to all. Al