|
|
 | | From: | Chris_S | | Subject: | Signum Chameleon debugger not showing *.s asm files | | Date: | Sun, 2 Jan 2005 06:38:37 -0800 |
|
|
 | I just got my project converted over to GNUARM, and when I load the ELF into my Signum Chameleon debugger it loads all the *.c files for debugging but refuses to load the startup.s asm/c file. It was showing the *.s79 asm files when I was compiling with IAR, but it now refuses to show the *.s files which I use with GNUARM. The file is listed inside the ELF file just like all the other *.c source files.
Anyone know about this?
Thanks, Chris.
|
|
 | | From: | Chris_S | | Subject: | Re: Signum Chameleon debugger not showing *.s asm files | | Date: | Sun, 2 Jan 2005 15:58:34 -0800 |
|
|
 | Well I found the problem. The "startup.s" file was listed in the mak file as "startup.S". Bitten by the dreaded unix case significance. I'm not sure what the gcc/linker was doing with the startup.s module. It was listed in the ELF file, but the module code was not right.
Oh well, its working now.
Chris.
|
|
|