Compilation problems

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
pjpankhurst
Posts: 31
Joined: 07 Sep 2017 00:40

Compilation problems

Post by pjpankhurst »

Hi

I've been trying to build some of the Arduino example files, in particular Examples->LiquidCrystal->HelloWorld

The code builds just fine when I select the Board to be an Arduino, however when I select a z-uno board it fails to compile

The error I get is:

Preprocessing file: _HelloWorld.cpp with SDCPP...
HelloWorld.ino:44:27: fatal error: LiquidCrystal.h: No such file or directory
compilation terminated.

Clearly the header file and library are there, so I'm confused as to why it throws this error.

Any suggestions what the issue is here?

Cheers
Paul
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Compilation problems

Post by PoltoS »

You have to move all Z-Uno specific libraries on the Z-Uno folder: please have a look on http://z-uno.z-wave.me/getting-started/ ... uinoFolder
pjpankhurst
Posts: 31
Joined: 07 Sep 2017 00:40

Re: Compilation problems

Post by pjpankhurst »

Thanks for the answer, only just seen the reply, but had worked out that was the problem :-)
SergioP
Posts: 10
Joined: 29 Jan 2017 10:36

Re: Compilation problems

Post by SergioP »

Hi pjpankhurst, PoltoS,
could you please provide some more details on what you did to solve this problem?
Sergio
Investigating for fun. Trying more confortable DIY home appliances
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Compilation problems

Post by PoltoS »

Move your library in the Z-Uno folder
Post Reply