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

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

Re: [avr-gcc-list] avr-libc-20020203 patches for c++ support


From: Jason Kyle
Subject: Re: [avr-gcc-list] avr-libc-20020203 patches for c++ support
Date: Fri, 08 Mar 2002 19:34:57 +1300

Attached is a new patch for avr-libc with the added include files
needed. I tried to send this last night but it didn't go on to the list
as it was larger than 100k. Its gziped now.

Thanks for testing that under cygwin, I have not had a chance to
re-compile it under cygwin to test it. Could you post to the list what
needs to be done under cygwin so other prople can do it too?

Ok, avr-libc-20020203 with c++ patch builds fine (with the missing files added to the patch). When I try to compile some previously good code which was fine with gcc-3.0.3 (without m128 and c++ patches) I have a problem. See below

avr-gcc -mmcu=at90s2313 -Wall -W -Wstrict-prototypes -Os -mtiny-stack -mcall-prologues -mrtl -g -c -o pavr.o pavr.c
avr-gcc pavr.o -o a.out -mmcu=at90s2313 -Wl,-M > a.map
/usr/local/lib/gcc-lib/avr/3.0.4/../../../../avr/lib/crts2313.o: In function `__c_startup__':
../../libc/gcrt1.S:161: undefined reference to `_data_load_start'
../../libc/gcrt1.S:162: undefined reference to `_data_load_start'
../../libc/gcrt1.S:179: undefined reference to `_data_end'
make: *** [a.out] Error 1


You can try this yourself, just run make in uisp-20011025/pavr and let me know if you see the same result.

Cheers,

Jason


avr-gcc-list at http://avr1.org



reply via email to

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