2007-06-13 06:33 AM
2007-06-12 11:04 PM
Hi there,
I want to use a scattered file for my project but I have the following error messages: Undefined symbol Image$$RO$$Limit (referred from 71x_init.o) Undefined symbol Image$$RW$$Base (referred from 71x_init.o) Undefined symbol Image$$ZI$$Base (referred from 71x_init.o) Undefined symbol Image$$ZI$$Limit (referred from 71x_init.o) Do I have to modify the startup file init.s to reimplement __user_intial_stackheap() or it’s another problem ? I am a little confused :D Can someone please advise. Thanks in advance. simple.scf FLASH 0x40000000 0x40000 { BOOT 0x40000000 0x40000 { 71x_vect.o (Vect, +First) 71x_init.o (Init) * (+RO) } RAM 0x20000000 0xC000 { * (+RW) * (+ZI) } }2007-06-13 04:30 AM
everything works fine, I have to put these symbols in comment in the startup file. sorry.
best regards, hkaesse