anilgkts / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Error Compiling #820

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

Please provide any additional information below.

Original issue reported on code.google.com by cutebudd...@gmail.com on 17 Feb 2012 at 10:06

GoogleCodeExporter commented 9 years ago
here is the error i am getting using the arduino 1.0

In file included from pro.cpp:2:
C:\Users\ENZEE\Downloads\arduino-1.0-windows\arduino-1.0\libraries\NMEA/nmea.h:2
4:24: error: WConstants.h: No such file or directory
In file included from pro.cpp:4:
C:\Users\ENZEE\Downloads\arduino-1.0-windows\arduino-1.0\libraries\NewSoftSerial
/NewSoftSerial.h:71: error: conflicting return type specified for 'virtual void 
NewSoftSerial::write(uint8_t)'
C:\Users\ENZEE\Downloads\arduino-1.0-windows\arduino-1.0\hardware\arduino\cores\
arduino/Print.h:48: error:   overriding 'virtual size_t Print::write(uint8_t)'

Original comment by cutebudd...@gmail.com on 17 Feb 2012 at 10:06

GoogleCodeExporter commented 9 years ago
Looks like you're using libraries that haven't been upgraded to work with 
Arduino 1.0.  I'd ask for help on the forum or just look around for newer 
versions of the libraries.

Original comment by dmel...@gmail.com on 17 Feb 2012 at 11:13