How can I intrepretated this, in which address should I write it? How can I configure the files to write into the NOR?
Allocating common symbols
Common symbol size file
errno 0x4 /mygcc3/bin/../arm-none-eabi/lib/\libc.a(lib_a-reent.o)
Memory Configuration
Name Origin Length Attributes
OCRAM 0x00900000 0x00020000 xrw
DDR 0x10000000 0x40000000 xrw
*default* 0x00000000 0xffffffff
Linker script and memory map
LOAD /mygcc3/bin/../lib/gcc/arm-none-eabi/4.7.2/\crtbegin.o
LOAD /mygcc3/bin/../lib/gcc/arm-none-eabi/4.7.2/\crti.o
LOAD /mygcc3/bin/../lib/gcc/arm-none-eabi/4.7.2/\crtend.o
LOAD /mygcc3/bin/../lib/gcc/arm-none-eabi/4.7.2/\crtn.o
.l1_page_table 0x00900000 0x4000
0x00900000 __l1_page_table_start = .
0x00904000 . = (. + 0x4000)
*fill* 0x00900000 0x4000
.heap.ocram 0x00904000 0x1bfb8
0x00904000 __heap_ocram_start = .
0x0091ffb8 . = (. + 0x1bfb8)
*fill* 0x00904000 0x1bfb8
0x0091ffb8 __heap_ocram_end = .
.ram_vectors 0x0091ffb8 0x48
0x0091ffb8 __ram_vectors_start = .
0x00920000 . = (. + 0x48)
*fill* 0x0091ffb8 0x48
0x00920000 __ram_vectors_end = .
0x10000000 _start_image_add = ORIGIN (DDR)