ik krijg 2 warnings bij het aanmaken van een nieuw project. er staat C:/WinAVR/avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>." dus the header is verouderd? ik zou niet weten of dit iets uit maakt dus ik zet het maar op het forum om zeker te zijn. wil aub iemand iets laten weten moest je hierover iets weten. ik heb alles gedaan zoals op de pps stond van Arexx-Henk
groetjes memoriam
Build started 26.4.2010 at 13:25:22 avr-gcc -mmcu=atmega8 -Wall -gdwarf-2 -std=gnu99 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT asuro.o -MF dep/asuro.o.d -c ../asuro.c In file included from ../asuro.h:34, from ../asuro.c:29: C:/WinAVR/avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>." avr-gcc -mmcu=atmega8 -Wall -gdwarf-2 -std=gnu99 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT test.o -MF dep/test.o.d -c ../test.c In file included from ../asuro.h:34, from ../test.c:1: C:/WinAVR/avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>." avr-gcc -mmcu=atmega8 asuro.o test.o -o SecondTry.elf avr-objcopy -O ihex -R .eeprom -R .fuse -R .lock -R .signature SecondTry.elf SecondTry.hex avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 --no-change-warnings -O ihex SecondTry.elf SecondTry.eep || exit 0
bedankt nu krijg ik geen errors meer nog een vraagje, welke code of functie moet je gebruiken om je robot te laten draaien na ongeveer 1 meter of na 10 seconden?
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum