arm-elf-ld cannot handle symbols?
Grant Edwards
grante@visi.com
Thu Oct 18 08:10:00 GMT 2001
On Mon, Nov 26, 2001 at 04:48:36PM -0500, Renato Levy wrote:
>
> As part of my research I have to allocate common variables (from bss) on
> specific addresses. I have tried to do this by using a linkscrip (-T
> option) in which each of the symbols were been set to their adresses
> such as:
>
> vect2 = 0X6027740 ;
> vect3 = 0X6027100 ;
> matr1 = 0X6009c40 ;
> matr2 = 0X6000000 ;
> matr3 = 0X6013880 ;
Use a lower case 'x':
foo = 0x12345678;n
--
Grant Edwards
grante@visi.com
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
More information about the crossgcc
mailing list