c't Projekte - c't-Bot und c't-Sim -
Mailinglisten
[Voriger (Datum)]
[Nächster (Datum)]
[Voriger (Thread)]
[Nächster (Thread)]
[Nach Datum][Nach Thread]
Absender: Marco Binz
Datum: Di, 11.04.2006 18:38:27
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