[mc1322x] no symbol for _rom_data_init

Dean Hall dwhall256 at gmail.com
Mon Apr 19 00:35:54 EDT 2010


I've cleaned up my build (on a Mac) to where I only have one  
(repeated) warning and one error:

warning: interworking not enabled.
and
./src/start-romvars.o:../src/start.S:124: undefined reference to `no  
symbol'

Note: start.S:124 is: 	bl _rom_data_init+.-base
       and I find that it is _rom_data_init that causes the `no  
symbol' error
       even though _rom_data_init is clearly set on line 58.

I read through this maillist's archives about _rom_data_init (Happy 1  
year since first post on this list!) and I am still at a loss to  
figure out why this error occurs.  I am disappointed that I  
specifically enabled interworking when I obtained the toolchain, but  
yet interworking appears to be disabled.  I hope that this  
_rom_data_init error will go away if I fix my interworking.

!!Dean



More information about the mc1322x mailing list