microtrigger/ardu-imu

Problem

Opened this issue · 2 comments

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

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

  • Changed title: Problem
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