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

configure script broken for Raspberry Pi 2 on Raspbian #1769

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Closed

configure script broken for Raspberry Pi 2 on Raspbian #1769

SDLBugzilla opened this issue Feb 10, 2021 · 0 comments

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: HG 2.1
Reported for operating system, platform: Linux, ARM

Comments on the original bug report:

On 2015-02-15 02:37:16 +0000, Donny wrote:

The current configure script sets header / lib information for the Raspberry Pi based on the toolchain name -raspberrypi-linux-

This still works for the original Raspberry Pi, however the new Raspberry Pi 2 toolchain is named armv7l-unknown-linux-gnueabihf, so the configure script fails to find the relevant files.

On 2015-02-19 05:22:18 +0000, Ryan C. Gordon wrote:

Marking a large number of bugs with the "triage-2.0.4" keyword at once. Sorry if you got a lot of email from this. This is to help me sort through some bugs in regards to a 2.0.4 release. We may or may not fix this bug for 2.0.4, though!

On 2015-04-06 16:54:47 +0000, Ryan C. Gordon wrote:

(In reply to Donny from comment # 0)

This still works for the original Raspberry Pi, however the new Raspberry Pi
2 toolchain is named armv7l-unknown-linux-gnueabihf, so the configure script
fails to find the relevant files.

Hmm, it's a generic ARMv7 target now, but there are RPi-specific things we need to do in the configure script. :/

--ryan.

On 2015-04-06 17:08:11 +0000, Donny wrote:

It's possible to work around it by setting a host flag to configure script...

e.g.
./configure --host=armv7l-raspberry-linux-gnueabihf

Related, but not relvant to bug...it also needs the flags --disable-video-x11 --disable-video-opengl for hardware acceleration

On 2015-04-07 04:57:57 +0000, Ryan C. Gordon wrote:

(sorry if you get a lot of copies of this email, I'm marking several bugs at once)

Marking bugs for the (mostly) final 2.0.4 TODO list. This means we're hoping to resolve this bug before 2.0.4 ships if possible. In a perfect world, the open bug count with the target-2.0.4 keyword is zero when we ship.

(Note that closing a bug report as WONTFIX, INVALID or WORKSFORME might still happen.)

--ryan.

On 2015-04-11 01:48:04 +0000, Ryan C. Gordon wrote:

I've got an RPi2 now, I'll be looking at this soon.

--ryan.

On 2015-04-11 06:02:06 +0000, Ryan C. Gordon wrote:

(In reply to Ryan C. Gordon from comment # 5)

I've got an RPi2 now, I'll be looking at this soon.

Fixed in https://hg.libsdl.org/SDL/rev/208ccaf7b64c

--ryan.

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

1 participant