This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arm-elf-ld cannot handle symbols?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]