cancel
Showing results for 
Search instead for 
Did you mean: 

error with a scattered file

fabrice2399
Associate II
Posted on June 13, 2007 at 15:33

error with a scattered file

2 REPLIES 2
fabrice2399
Associate II
Posted on June 13, 2007 at 08:04

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)

}

}

fabrice2399
Associate II
Posted on June 13, 2007 at 13:30

everything works fine, I have to put these symbols in comment in the startup file. sorry.

best regards,

hkaesse