Page 1 of 1

Compilation problems

Posted: 07 Sep 2017 00:47
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

Re: Compilation problems

Posted: 02 Oct 2017 00:23
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

Re: Compilation problems

Posted: 23 Oct 2017 19:52
by pjpankhurst
Thanks for the answer, only just seen the reply, but had worked out that was the problem :-)

Re: Compilation problems

Posted: 17 Dec 2017 12:48
by SergioP
Hi pjpankhurst, PoltoS,
could you please provide some more details on what you did to solve this problem?

Re: Compilation problems

Posted: 17 Dec 2017 16:01
by PoltoS
Move your library in the Z-Uno folder