Hi Robert,
* Robert treboriks@web.de wrote:
Dabei bekomme ich jetzt einiges mehr an Meldung: [...] avr-gcc -DRS485_ADDRESS=0x01 -g -Os -finline-limit=800 -mmcu=atmega8
- -DF_CPU=16000000UL -std=gnu99 -c -o fifo.o fifo.c
fifo.c:32: warning: C99 inline functions are not supported; using GNU89 fifo.c:32: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute fifo.c:41: warning: C99 inline functions are not supported; using GNU89 fifo.c:46: warning: C99 inline functions are not supported; using GNU89 fifo.c:54: warning: C99 inline functions are not supported; using GNU89 fifo.c:66: warning: C99 inline functions are not supported; using GNU89 fifo.c:77: warning: C99 inline functions are not supported; using GNU89
Das ist etwas komisch, weil er sich ueber einen alten Standard beschwert, obwohl mit "-std=gnu99" ein neuer C-Standard festgelegt wurde. Welche Version vom avr-gcc setzt du ein? Wo kommt die her?
Aber das neue Script läuft! :))
Schick :) Viel Spass damit!
Gruss, - fd0