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

Buildroot environment #395

Open
varadi67 opened this issue Feb 29, 2024 · 1 comment
Open

Buildroot environment #395

varadi67 opened this issue Feb 29, 2024 · 1 comment

Comments

@varadi67
Copy link

I'm using ""Buildroot environment"" HOST architecture "x86-64", TARGET architecture "ARM aarch64"

The probe part stops with an error when you want to run the dlrun program. The completed binary has already been prepared for the TARGET architecture and cannot be run.

How to solve this problem?

@plicease
Copy link
Member

dlrun is built for the TARGET arch because it needs to probe the settings for the TARGET not the HOST. I'm not familiar with "buildroot environment" but in Debian (and I am pretty sure other distros) you can use qemu and binfmt to run arm64 on x86_64, which might allow you to run dlrun in the HOST arch.

https://wiki.debian.org/QemuUserEmulation

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

No branches or pull requests

2 participants