-
Notifications
You must be signed in to change notification settings - Fork 217
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
undefined reference to symbol 'atan2@@GLIBC_2.4' on Raspberry Pi #238
Comments
@rabejens Did you ever get this to work? Is anyone gonna say something? |
I compiled v17 on my Pi 3B+ during the covid lockdown and it worked but right now I don't have any Pi ready to use to try to compile it again. I followed those steps: 2.-Compile PCem: In theory that's it, try to run ./pcem and if it's OK it should display a window telling you that no roms were found. To enable networking and MIDI sound you can try ./configure --enable-release-build --enable-networking --enable-alsa but I never tried those options on the Pi because I only needed to emulate a pretty basic 386. Then you need to place some rom files at $HOME/.pcem/roms and run PCem again to create and configure your emulated machines. While searching for more information about how to compile it I found a good guide on Youtube but it was made using 32-bit Raspbian Buster, you may need to use Buster too, you can download the same 32-bit version used on that video from: https://downloads.raspberrypi.com/raspios_armhf/images/raspios_armhf-2020-12-04/2020-12-02-raspios-buster-armhf.zip You can try also the closest 64-bit version from the same era: https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2020-08-24/2020-08-20-raspios-buster-arm64.zip |
Thank you so much, this has been really helpful. :) |
👍 |
version 18 (from dev branch) compiles, but:
|
Describe the bug
I am trying to build PCem on Raspberry Pi OS Lite.
When linking, it says:
To Reproduce
Install Raspberry Pi OS Lite, 32 Bits.
Check out PCem source, install all dependencies (SDL, libwxgtk3.2-dev, clang, cmake, ninja-build), then gibe:
Expected behavior
Compilation should succeed
Host machine
The text was updated successfully, but these errors were encountered: