------- Additional Comments From ymonyak at lipowsky dot de  2006-04-12 15:42 
-------
Subject: Re:  GDB don't recognize debug information of crt0.s

bje at sources dot redhat dot com schrieb:
> ------- Additional Comments From bje at sources dot redhat dot com  
> 2006-03-28 04:29 -------
> How are you compiling your assembly and main.c files into the executable?
>
>   
I am using arm-elf-gcc V 4.01 from GNUARM distribution.
flags for for C: -O0 -ffunction-sections -fdata-sections -c 
-fmessage-length=0 -mcpu=arm7tdmi

assembler flags: -O0 -g3 -Wall -c -fmessage-length=0 -mcpu=arm7tdmi

start up file srt0.s don't contain a .text section
it contains a .startup section with interrupt vector table and an other 
section with start up code.
Because as I understand a section can not be divided in two parts in 
order to use
different memory areas. I need a possibility to place interrupt vector 
table in the internal RAM
and main program in the external RAM because the program size.


Best Regards
efim



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2032

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to