ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.81k stars 273 forks source link

CCS studio dependancy check failed due to 32 bit Libraries #825

Open dev-rvk opened 1 year ago

dev-rvk commented 1 year ago

Hey! I tried installing Code Composer Studio on Ubuntu VM with the host as macOS. It requires me to install the following libraries: sudo apt install libc6-i386 libusb-0.1-4 libgconf-2-4 libncurses5 libpython2.7 libtinfo5

libc6-i386 in particular is giving error, can't you please explain where I am going wrong? or is the app itself is not supported?

Link to dependency website : https://software-dl.ti.com/ccs/esd/documents/ccsv12_linux_host_support.html

Screenshot of dependency check screen:

Screenshot 2023-06-07 at 12 53 05 PM
ptitSeb commented 1 year ago

Box64 only support 32bits code in Wine/WOW64. This app doesn't seems compatible as it rely on 32bits linux libs. It would need box86 to work, but that's not an option on an M1, as 32bits is not supported.