Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arduino1.6.3 unable to compile #21

Open
lv333ming opened this issue May 26, 2015 · 4 comments
Open

arduino1.6.3 unable to compile #21

lv333ming opened this issue May 26, 2015 · 4 comments

Comments

@lv333ming
Copy link

GhettoStation.ino:82:33: fatal error: LiquidCrystal_I2C.h: No such file or directory
compilation terminated.

Error message alert

@Maarten112
Copy link

You don't have the right arduino libraries installed to compile the software. You should use the libraries included with ghettostation. Remove all other libraries that refer to liquidcrystal_i2c.h

@sniperxnl
Copy link

I have this problem:
C:\Program Files (x86)\Arduino\libraries\FastSerial/FastSerial.h:47:3: error: #error Must include FastSerial.h before the Arduino serial driver is defined.

error Must include FastSerial.h before the Arduino serial driver is defined.

^

In file included from C:\Users\Bas\Documents\Ghettostation-master\Ghettostation-master\GhettoProxy\GhettoProxy.ino:17:0:

C:\Program Files (x86)\Arduino\libraries\FastSerial/FastSerial.h:95:25: error: conflicting declaration 'FastSerial Serial'

extern class FastSerial Serial;

                     ^

In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:224:0,

             from sketch\GhettoProxy.ino.cpp:1:

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/HardwareSerial.h:143:25: error: 'Serial' has a previous declaration as 'HardwareSerial Serial'

extern HardwareSerial Serial;

                     ^

In file included from C:\Users\Bas\Documents\Ghettostation-master\Ghettostation-master\GhettoProxy\GhettoProxy.ino:17:0:

C:\Program Files (x86)\Arduino\libraries\FastSerial/FastSerial.h:306:18: error: conflicting declaration 'FastSerial Serial'

FastSerial _name(_num, \

              ^

C:\Program Files (x86)\Arduino\libraries\FastSerial/FastSerial.h:329:40: note: in expansion of macro 'FastSerialPort'

#define FastSerialPort0(_portName) FastSerialPort(_portName, 0)

                                    ^

sketch\GhettoStation.h:2:1: note: in expansion of macro 'FastSerialPort0'

FastSerialPort0(Serial);

^

In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:224:0,

             from sketch\GhettoProxy.ino.cpp:1:

C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/HardwareSerial.h:143:25: error: 'Serial' has a previous declaration as 'HardwareSerial Serial'

extern HardwareSerial Serial;

                     ^

exit status 1
Fout bij compileren.

@sniperxnl
Copy link

I install the old Arduino 1.05 R2 and problem is solved

@Landin81
Copy link

Landin81 commented Feb 7, 2016

I downloaded and installed the 1.05 R2 and its the same problem =/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants