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


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

equ directive problem


I have an equate at the beginning of my program:
.equ ADDRESS, 0x300f0000

I actually use the ADDRESS over 4,000 lines later, but I'm getting an error
when trying to assemble using as. The error is: Error: Literal referenced
across section boundary (Implicit dump?)

Anyway I can fix it without moving the equate? I want to be able to
reference it anywhere in the program.

Thanx

Regards,

John Spahr
Embedded Processor Division
Cirrus Logic, Inc.
4210 S. Industrial Dr.
Austin, TX 78744
ph: 512-912-3173
email: jspahr@crystal.cirrus.com


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