Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is your Dockerfile? #10

Open
karu2003 opened this issue Mar 24, 2024 · 3 comments
Open

Where is your Dockerfile? #10

karu2003 opened this issue Mar 24, 2024 · 3 comments

Comments

@karu2003
Copy link

karu2003 commented Mar 24, 2024

Where is your Dockerfile?
Many packages are no longer supported.

make build_rpi (you need linux machine with docker installed)

make build_rpi
make: *** No rule to make target 'build_rpi'. Stop.

@svpcom
Copy link
Owner

svpcom commented Mar 24, 2024

This doc was obsoleted. You need to run build on RPI. make mode=rpi

@karu2003
Copy link
Author

make mode=rpi
cc -DWFB_OSD_VERSION='"23.12.15.60076-1acd315d"' -Wall -pthread -std=gnu99 -D__BCM_OPENVG__ -I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -c -o graphengine.o graphengine.c
graphengine.c:37:10: fatal error: VG/openvg.h: No such file or directory
37 | #include "VG/openvg.h"
| ^~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:25: graphengine.o] Error 1

@svpcom
Copy link
Owner

svpcom commented Mar 24, 2024

Read the docs. OpenVG is supported on RPI3 only. On other platforms run just make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants