error with a scattered file
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-06-13 6:33 AM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-06-12 11:04 PM
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) } }Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-06-13 4:30 AM
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