Quantcast
Viewing all articles
Browse latest Browse all 4833

Troubleshooting • Running a 32bit app on piOS64

I’m having a bit of trouble running a 32bit app on piOS64 on a pi5 and was hoping someone could tell me where I’m going wrong, or put my out of my misery.

The app in question is X32-Edit from Behringer (remote control app for a digital mixing console). There is no 64bit release, and the source is not available to recompile.

I’ve added 32bit architecture and some required libraries:

Code:

sudo dpkg —add-architecture armhfsudo apt-get updatesudo apt-get install libc6:armhf libasound2:armhf
Now when I try to run the app, I get the following:

Code:

./X32-Edit: error while loading shared libraries: libasound.so.2: ELF load command address/offset not page-aligned

I’m not sure where to go from here. Am I missing something? Have I misunderstood what I can actually do with multiarch?

I can use piOS32 as a last resort, but I would rather not: there are other audio and lighting tools I need to install on this pi and the 64bit versions are the most up-to-date and feature-rich.

Statistics: Posted by Id92 — Wed Sep 04, 2024 1:31 am



Viewing all articles
Browse latest Browse all 4833

Trending Articles