Robotonics / pinguino32

Automatically exported from code.google.com/p/pinguino32
0 stars 0 forks source link

LiquidCrystal.h, No such file #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try Compile LCD Hello World example (10.Libraries/LiquidCrystal/HelloWorld)
2. Try compile for generic18f4550
3.

What is the expected output? What do you see instead?
expected output?
Something like
Board:  Generic_18F4550
Proc:   18f4550
compilation done
code size: 7776 / 24575 bytes (31% used)
0.52054810524 seconds process time

What i see?
Board:  Generic_18F4550
Proc:   18f4550
/opt/pinguino32/source/define.h:6:27: error: LiquidCrystal.h: No such file or 
directory
/opt/pinguino32/source/user.c:42: syntax error: token -> 'lcd' ; column 17
error while compiling file 
/opt/pinguino32/examples/10.Libraries/LiquidCrystal/HelloWorld

What version of the product are you using? On what operating system?
Version r219 in Linux (Ubuntu) 

Please provide any additional information below.

Original issue reported on code.google.com by aasanchez on 31 Oct 2011 at 2:41

GoogleCodeExporter commented 9 years ago
Can you try new version?
http://code.google.com/p/pinguino32/downloads/list

Original comment by anunakin on 3 Mar 2012 at 2:00

GoogleCodeExporter commented 9 years ago
I working in a new version for LiquidCrystal, please wait one day more.

Original comment by anunakin on 3 Mar 2012 at 2:46

GoogleCodeExporter commented 9 years ago
We patched lcdlib.c and pathing all samples, for now HelloWorld.pde working...

Original comment by anunakin on 5 Mar 2012 at 11:14