[U-Boot-Users] ELF File info forward / backward

Hello,
I've build my ELF file on a SuSe Linux system. When I view the binairy data of the .elf file, all paths are like: /ppc_sdev/u-boot/main.c
But my debugger environment (CodeWarrior 6.5) runs on a Windows2000 machine. Which paths are oriented like: \ppc_sdev\u-boot\main.c
Can this be the reason why my Debugger environment cannot find the source files? Error: Can't find file, no full path specified..
Roel
---------------------------- Prodrive B.V. Postbus 28030 5602 JA Eindhoven The Netherlands ---------------------------- Science Park Eindhoven Ekkersrijt 5025 5692 EB Son ---------------------------- tel. +31 40 2676200 direct: +31 40 2676242 fax +31 40 2676220 ----------------------------

In message NCBBIIOPCEBAMFLLKKBKGEIICGAA.RL@prodrive.nl you wrote:
I've build my ELF file on a SuSe Linux system. When I view the binairy data of the .elf file, all paths are like: /ppc_sdev/u-boot/main.c
But my debugger environment (CodeWarrior 6.5) runs on a Windows2000 machine. Which paths are oriented like: \ppc_sdev\u-boot\main.c
AFAIK the slash ('/') has always been a legal and working path name separatore for all MSDOS and Windows systems, st least when used in application code (i.e. the DOS "shell" may treat it differently).
Can this be the reason why my Debugger environment cannot find the source files? Error: Can't find file, no full path specified..
You are using a commercial tool, which usually comes with some support included. Did you try asking Metroworks?
Best regards,
Wolfgang Denk
participants (2)
-
Roel Loeffen
-
Wolfgang Denk