Absender: Tobias Lawrenz
Datum: Di, 11.04.2006 19:32:59
In-reply-to:
<443BDB8F.6080602@xxxxxxx>
References:
<443BDB8F.6080602@xxxxxxx>
Siehe http://www.ctbot.de/forum/mcu-compilieren-t275.html Marco Binz schrieb: > Hallo, > > Beim kompilieren des ct-bot Projektes (Debug-MCU-W32) bekomme ich > mehrere der unten aufgeführten Warnungen. > Stimmt was mit meiner build Umgebung nicht oder sollte man mal in den > Sourcen die enstsprechenden includes korrigieren? > > Gruss > Marco > > > > Building file: ../ct-Bot.c > Invoking: GCC C Compiler > avr-gcc -DMCU -IC:\Dokumente und Einstellungen\marco\workspace\ct-Bot > -IC:\Dokumente und Einstellungen\marco\workspace\ct-Bot/include -O0 -g3 > -Wall -c -fmessage-length=0 -mmcu=atmega32 -Wstrict-prototypes > -oct-Bot.o ../ct-Bot.c > In Datei, eingefügt von ../ct-Bot.c:31: > C:/WinAVR/avr/include/avr/signal.h:36:2: Warnung: #warning "This header > file is obsolete. Use <avr/interrupt.h>." > Finished building: ../ct-Bot.c > > Building file: ../mcu/display.c > Invoking: GCC C Compiler > avr-gcc -DMCU -IC:\Dokumente und Einstellungen\marco\workspace\ct-Bot > -IC:\Dokumente und Einstellungen\marco\workspace\ct-Bot/include -O0 -g3 > -Wall -c -fmessage-length=0 -mmcu=atmega32 -Wstrict-prototypes > -omcu/display.o ../mcu/display.c > In Datei, eingefügt von ../mcu/display.c:32: > C:/WinAVR/avr/include/avr/delay.h:36:2: Warnung: #warning "This file has > been moved to <util/delay.h>." > Finished building: ../mcu/display.c > > Building file: ../mcu/motor-low.c > Invoking: GCC C Compiler > avr-gcc -DMCU -IC:\Dokumente und Einstellungen\marco\workspace\ct-Bot > -IC:\Dokumente und Einstellungen\marco\workspace\ct-Bot/include -O0 -g3 > -Wall -c -fmessage-length=0 -mmcu=atmega32 -Wstrict-prototypes > -omcu/motor-low.o ../mcu/motor-low.c > In Datei, eingefügt von ../mcu/motor-low.c:29: > C:/WinAVR/avr/include/avr/signal.h:36:2: Warnung: #warning "This header > file is obsolete. Use <avr/interrupt.h>." > Finished building: ../mcu/motor-low.c > > > > _______________________________________________ > ct-bot-entwickler Mailingliste > ct-bot-entwickler@xxxxxxxxxxxxxxxxx > http://www.heise.de/bin/newsletter/listinfo/ct-bot-entwickler >