-
Notifications
You must be signed in to change notification settings - Fork 106
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
Build fails due to missing header files #81
Comments
There is a comment in the README.md file which addresses this issue. I would also make sure (if you are using the RPi imager) to select Raspberry Pi OS (Legacy, 32 bit) Lite as the ISO to use.
|
Thanks! I used that image. It's a friend's dream to have that thing installed, so I'll have to check it out later. |
The latest Raspberry PI OS image - as of writing this - is 12 (bookworm). It won't have the |
For anyone using Raspberry Pi OS 12 (bookworm), the failure finding header file Doing this I was able to get the build working with "bookworm" and running the emulator binary seems to work properly. If needed I could submit a PR to update the readme. |
Latest Raspi OS Lite 32-bit on RPI-3A:
gcc -Wall -Wextra -pedantic -I. -I./raylib -I/opt/vc/include/ -march=armv8-a -mfloat-abi=hard -mfpu=neon-fp-armv8 -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -lstdc++ -c -o platforms/amiga/rtg/rtg-output-raylib.o platforms/amiga/rtg/rtg-output-raylib.c
platforms/amiga/rtg/rtg-output-raylib.c:17:10: fatal error: interface/vmcs_host/vc_tvservice.h: No such file or directory
17 | #include "interface/vmcs_host/vc_tvservice.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [: platforms/amiga/rtg/rtg-output-raylib.o] Error 1
The text was updated successfully, but these errors were encountered: