You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: