Skip to main content
fabrice2399
Associate
June 13, 2007
Question

error with a scattered file

  • June 13, 2007
  • 2 replies
  • 765 views
Posted on June 13, 2007 at 15:33

error with a scattered file

This topic has been closed for replies.

2 replies

fabrice2399
Associate
June 13, 2007
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
June 13, 2007
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