Cross compiling to Raspberry Pi #4722
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-05-28 by @gfwilliams Is it an error, or just a warning? I was pretty sure it'd still compile if WiringPi wasn't there. ... but if you were to try and compile with WiringPi on a separate host, you still need the header files installed on the cross-compiling PC, even if the actual libraries aren't there. It's actually easier compiling on the Pi itself - Espruino's so small the compile goes pretty quickly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-05-28 by petergombos
Hi!
I'm trying to cross-compile espruino for the Raspberry Pi, but following the guide in the README, the Makefile ends in an error and says I need wiringPi. From what I gather, wiringPi should be needed on the pi, right? Not on the host while compiling?
Beta Was this translation helpful? Give feedback.
All reactions