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

PiOS Lite 32 Bookworm #72

Closed
DoubleA-WTH opened this issue Oct 12, 2023 · 5 comments
Closed

PiOS Lite 32 Bookworm #72

DoubleA-WTH opened this issue Oct 12, 2023 · 5 comments

Comments

@DoubleA-WTH
Copy link

Hi,

it seems, that the a314 part doesn't compile with the current piOS lite Bookworm edition.
Maybe some more packets are missing in the default setup for bookworm?

Thanks for your time and this project
Andreas

@captain-amygdala
Copy link
Owner

Hi! Thanks for reporting. I will look into it in a couple of days

@Tsthanos
Copy link

Hello I have the same problem with a raspberry pi zero 2w and bookworm version

@LemaruX
Copy link
Collaborator

LemaruX commented Oct 31, 2023

Hello I have the same problem with a raspberry pi zero 2w and bookworm version

Bookworm is not yet supported. Stick to using Bullseye

@Chandler-Kluser
Copy link

in my case I compiled with raspi OS 32-bit Bullseye and it did not compile with make

I was able to build it with make PLATFORM=RPI3_BULLSEYE, but it didn't work with my A500 (purple screen, no boot...)

@Chandler-Kluser
Copy link

I was able to build running only make in Raspberry Pi OS Lite (32-bits) in my Raspberry Pi Zero 2W making these modifications:

sudo ln -s /usr/lib/arm-linux-gnueabihf/libGLESv2.so /usr/lib/arm-linux-gnueabihf/libbrcmGLESv2.so
sudo ln -s /usr/lib/arm-linux-gnueabihf/libEGL.so /usr/lib/arm-linux-gnueabihf/libbrcmEGL.so

to overcome this link error:

gcc -o emulator emulator.o memory_mapped.o config_file/config_file.o config_file/rominfo.o input/input.o gpio/ps_protocol.o platforms/platforms.o platforms/amiga/amiga-autoconf.o platforms/amiga/amiga-platform.o platforms/amiga/amiga-registers.o platforms/amiga/amiga-interrupts.o platforms/mac68k/mac68k-platform.o platforms/dummy/dummy-platform.o platforms/dummy/dummy-registers.o platforms/amiga/Gayle.o platforms/amiga/hunk-reloc.o platforms/amiga/cdtv-dmac.o platforms/amiga/rtg/rtg.o platforms/amiga/rtg/rtg-output-raylib.o platforms/amiga/rtg/rtg-gfx.o platforms/amiga/piscsi/piscsi.o platforms/amiga/ahi/pi_ahi.o platforms/amiga/pistorm-dev/pistorm-dev.o platforms/amiga/net/pi-net.o platforms/shared/rtc.o platforms/shared/common.o m68kcpu.o m68kdasm.o softfloat/softfloat.o softfloat/softfloat_fpsp.o m68kops.o a314/a314.o -O3 -pthread -Wall -Wextra -pedantic -L/opt/vc/lib -L./raylib -lraylib -lbrcmGLESv2 -lbrcmEGL -lbcm_host -lstdc++ -lvcos -lvchiq_arm -lasound -lm -lstdc++
/usr/bin/ld: cannot find -lbrcmGLESv2
/usr/bin/ld: cannot find -lbrcmEGL
collect2: error: ld returned 1 exit status
make: *** [Makefile:69: emulator] Error 1

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

5 participants