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

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

Re: [avr-gcc-list] Strings constant limitation?


From: Hugo Villeneuve
Subject: Re: [avr-gcc-list] Strings constant limitation?
Date: Wed, 01 Jun 2005 13:40:09 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Jeff Epler wrote:
You may need to pass something like
    -Wa,--listing-cont-lines=99
to the linker commandline.  See the info page for "as" for more er,
info.

Jeff

Hi,

Thanks, it now works with "". I never suspected this to be related to the listing file only, because adding only two more characters to a string constant in my program make it freeze. Remove those additional 2 characters, and it works. Bizarre...

        Hugo.





reply via email to

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