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

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

Re: [avr-gcc-list] AVR GDB testsuite


From: Georg-Johann Lay
Subject: Re: [avr-gcc-list] AVR GDB testsuite
Date: Fri, 17 Jun 2011 22:56:20 +0200
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Boyapati, Anitha schrieb:

Aah..I am already running into strange issues. Looks like these days GNU tools 
are waging a war against me :-(

Now simulavr is complaining...

if gcc -DHAVE_CONFIG_H -I. -I../../src -I.    -Wall -Winline -Werror -I../../src/getopt 
-g -O2 -MT adc.o -MD -MP -MF ".deps/adc.Tpo" -c -o adc.o ../../src/adc.c; \
        then mv -f ".deps/adc.Tpo" ".deps/adc.Po"; else rm -f ".deps/adc.Tpo"; 
exit 1; fi
: warnings being treated as errors
../../src/adc.c: In function 'adc_intr_cb':
../../src/adc.c:270: error: cast from pointer to integer of different size

Perhaps -Werror is too hard. Is there int in the source and you are compiling on 64-bit platform? Or that kind of stuff simulavr isn't prepared for?

Johann

The above error comes from sources checked out from trunk of simulavr project. 
(Is 0.1.2.6 the best version I could get?)

Anitha



reply via email to

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