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


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

GNU assembler (ARM code)


Mark Pulver writes:
 > > > external.s:59: Error: Literal referenced across section boundry (Implicit dump?)
 > > > They all seem to be of the form:
 > > > 	.extern	SAr_printf
 > > > 	...
 > > > 	LDR	lr, =SAr_printf @ error
 > > 

I found the solution.  I needed to explicit tell it to
create a literal pool area (.ltorg) for the file that
were failing.

Mark
_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.

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