microtrigger / ardu-imu

Automatically exported from code.google.com/p/ardu-imu
0 stars 0 forks source link

Problem #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy the arduimu and libraries to Arduino Sketchbook in My Documents
2. Press compile or verify 
3. Get the error

What is the expected output? What do you see instead?
Compile, just compile

What version of the product are you using? On what operating system?
1.8.1

Please provide any additional information below.
That's the error output:
In file included from arduimu.cpp:14:
C:\Users\Debci\Documents\Arduino\libraries\FastSerial/FastSerial.h:105: error: 
conflicting return type specified for 'virtual void FastSerial::write(uint8_t)'
C:\Users\Debci\Desktop\arduino-1.0.1\hardware\arduino\cores\arduino/Print.h:48: 
error:   overriding 'virtual size_t Print::write(uint8_t)'

Original issue reported on code.google.com by andoni94 on 22 Jul 2012 at 12:24

GoogleCodeExporter commented 9 years ago
I can reproduce the problem on a Mac 10.8.2 using Arduino 1.0.4

Original comment by paul.qui...@gmail.com on 4 Apr 2013 at 6:12

GoogleCodeExporter commented 9 years ago
Hi, 

I have got the same issue under Windows7, ArduimuV3, Arduino 1.0.5

FastSerial.h:105: error: conflicting return type specified for 'virtual void 
FastSerial::write(uint8_t)'
Print.h:48: error:   overriding 'virtual size_t Print::write(uint8_t)'

Original comment by loyau.ol...@gmail.com on 24 Aug 2013 at 11:11