TheSin- / rpi-img-builder

Scripts to create custom images for RaspberryPi
MIT License
107 stars 30 forks source link

Missing Userland bcm_host.h #2

Closed adamsdesk closed 8 years ago

adamsdesk commented 8 years ago

I believe the bcm_host.h is missing within the userland. I tried to compile pngview from raspimx (https://github.com/AndrewFromMelbourne/raspidmx). The compilation failed to locate bcm_host.h.

However pngview compiled successfully on Raspbian.

Run the following on debian-mini-rpi: $ find /opt/vc -name bcm_host.h

Run the following on Raspbian: $ find /opt/vc -name bcm_host.h /opt/vc/include/bcm_host.h

TheSin- commented 8 years ago

apt-get install libraspberrypi-dev