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

32-bit apps (libraries) error #518

Closed
zpu63 opened this issue Jun 13, 2016 · 2 comments
Closed

32-bit apps (libraries) error #518

zpu63 opened this issue Jun 13, 2016 · 2 comments

Comments

@zpu63
Copy link

zpu63 commented Jun 13, 2016

I'm trying to run the ARM cross-compiler (arm-none-eabi) which requires to install lib32z1, lib32ncurses5, lib32bz2-1.0 on Ubuntu 14.04 64-bit machines. This works fine on my Intel 64-bit machine with full Ubuntu 14.04 installed. When running Bash on Windows, after installing everything, I get the message:

The program 'arm-none-eabi-gcc' is currently not installed.

This is the expected error when trying to run a 32-bit app under 64-bit Ubuntu without installing the 32-bit libraries. I need some way to install/patch Bash on Windows in order to be able to run 32-bit apps as I've been doing.

@danbuche
Copy link

Having a similar issue - it seems that 32-bit specific binaries will not run on Bash On Windows, only ELF-64 binaries seem to work.

@benhillis
Copy link
Member

benhillis commented Jun 13, 2016

Currently only native x64 binaries are supported. I'd suggest upvoting this thread on our UserVoice to help us prioritize. Closing as a duplicate of #228.

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

3 participants