avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Assembler Messages


From: Marco Sprengart
Subject: [avr-gcc-list] Assembler Messages
Date: Thu, 02 Feb 2006 20:21:18 +0100
User-agent: Thunderbird 1.5 (Windows/20051201)

Hi,
I am working on a big project (binary >70kB). When I compile it with the
-O0 Option
I get many Errors like:
C:\DOKUME~1\archie\LOKALE~1\Temp/ccwdbaaa.s: Assembler messages:
C:\DOKUME~1\archie\LOKALE~1\Temp/ccwdbaaa.s:87376: Error: value of 85114
too large for field of 2 bytes at 16
C:\DOKUME~1\archie\LOKALE~1\Temp/ccwdbaaa.s:92811: Error: value of 65578
too large for field of 2 bytes at 8810
C:\DOKUME~1\archie\LOKALE~1\Temp/ccwdbaaa.s:92851: Error: value of 65578
too large for field of 2 bytes at 8880
...

Compiling with -O1 (or -Os) gives no Errors.

What do these Errors mean?
What can I do?
(For debugging I prefer  to  compile  without  optimization)

--
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]