-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Unable to compile 32 bit packages on 64 bit architecture. #134
Comments
WSL doesn't have 32bit support. |
Is it a limitation or can be added in future update? |
That is technically limitation. https://docs.microsoft.com/en-us/windows/wsl/faq#what-processors-does-wsl-support |
microsoft/WSL#2468 (comment) |
You can also use qemu for emulation. |
A simple c program when compiled gcc -m32 is not getting executed. Gives binary format error . Installed multilib-devel packages already. Having this issue on WSL arch only.
https://del.dog/apunofidim.txt
The text was updated successfully, but these errors were encountered: