Hi Everyone!This is my first time here...I'm bringing some problem I'm having with arduino program.
When I started the program this happend
In file included from C:/arduino-0009/lib/targets/arduino/WConstants.h:1,
from Firmata.cpp:31:
C:/arduino-0009/lib/targets/arduino/wiring.h:60:1: warning: "abs" redefined
In file included from Firmata.cpp:28:
/cygdrive/c/arduino-0009/tools/avr/bin/../lib/gcc/avr/4.0.2/../../../../avr/include/stdlib.h:116:1: warning: this is the location of the previous definition
Firmata.cpp: In member function 'int FirmataClass::available()':
Firmata.cpp:70: warning: no return statement in function returning non-void
Firmata.cpp:70: warning: control reaches end of non-void function
In file included from C:/arduino-0009/lib/targets/arduino/WProgram.h:5,
from Stepper.cpp:48:
/cygdrive/c/arduino-0009/tools/avr/bin/../lib/gcc/avr/4.0.2/../../../../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>."
In file included from C:/arduino-0009/lib/targets/arduino/WProgram.h:7,
from Stepper.cpp:48:
C:/arduino-0009/lib/targets/arduino/wiring.h:60:1: warning: "abs" redefined
In file included from C:/arduino-0009/lib/targets/arduino/WProgram.h:1,
from Stepper.cpp:48:
/cygdrive/c/arduino-0009/tools/avr/bin/../lib/gcc/avr/4.0.2/../../../../avr/include/stdlib.h:116:1: warning: this is the location of the previous definition
In file included from utility\twi.c:25:
/cygdrive/c/arduino-0009/tools/avr/bin/../lib/gcc/avr/4.0.2/../../../../avr/include/avr/signal.h:36:2: warning: #warning "This header file is obsolete. Use <avr/interrupt.h>."
I'm not sure what is about. I have been using arduino for a year and this is the firstime I have this kind of thing.
Off course,when I try to open tools in the main menu everything becomes slow.
Any Idea?
Thanks for any help and looking forward to hear from you!!!