boydm / scenic_driver_nerves_rpi

Scenic render-only driver for the Raspberry Pi under Nerves
Apache License 2.0
22 stars 12 forks source link

First compile fails to run #10

Closed axelson closed 4 years ago

axelson commented 5 years ago

I believe there is a an issue similar to https://github.com/boydm/scenic_driver_glfw/pull/26 with this repository. The Makefile needs to be changed to compile into the _build directory instead of priv directly.

The failure manifests as the scenic scene not starting up and instead you just see the logs. The key failure in the logs is:

sh: exec: line 1: /srv/erlang/lib/scenic_driver_nerves_rpi-0.10.0/priv/scenic_driver_nerves_rpi: not found
fhunleth commented 5 years ago

@axelson Could you try out #11? I made the change to build under _build. I didn't see the issue that you were seeing, though, so I'm not sure it will fix it for you.

axelson commented 5 years ago

@fhunleth Thanks, it works :+1: great for me

fhunleth commented 5 years ago

Thanks for testing so quickly!

boydm commented 4 years ago

This should be fixed. Closing the issue...