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

On RaspPi4 w/ Nov23 OS, --enable-fast-bitblt not linking as expected #671

Open
marceltaeumel opened this issue Dec 14, 2023 · 4 comments
Open

Comments

@marceltaeumel
Copy link
Contributor

Since Raspberry Pi OS November 2023, there is a 64-bit kernel and thus uname -m answers aarch64, even though userland is still 32-bit. Does probably only affect Pi4, not Pi5.

So, our configure script for unix builds is probably broken in that sense:

The linker will choose BitBltArm64.o instead of BitBltArm.o.

@krono
Copy link
Member

krono commented Dec 14, 2023

This bit us already, IIRC.
RPis are 64-bit capable since RPi 1.2 (that is since oct 2016)

@krono
Copy link
Member

krono commented Dec 14, 2023

see also #662

@edoneel
Copy link
Collaborator

edoneel commented Dec 14, 2023 via email

@OpenSmalltalk-Bot
Copy link

OpenSmalltalk-Bot commented Dec 14, 2023 via email

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

No branches or pull requests

4 participants