This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
你好!
我正在尝试在 WSL (用于 Linux 的 Windows 子系统)上的 Ubuntu 发行版安装上安装 TI 编译器和 CCSv8。 每次我收到一条错误消息、指出找不到 libc6。
我已使用`sUdo apt-get install libc6-i386`安装 libc6。
是否有人知道为什么这不起作用?
是否有其它方法安装此软件? 我是否有其他方法可以为我的器件安装编译器和闪存器? (Launchpad、TMS570LS1224)
谢谢、
Clovis
Clovis、
请检查这些参考资料、并告知我们它们是否仍然不能帮助解决问题。
答案只有一半、看起来 WSL 中的 x64 Linux 不支持32位二进制格式。 您可以使用 qemu 和 binfmt 解决此问题。
sudo apt update sudo apt install qemu-user-static sudo update-binfmts --install i386 /usr/bin/qemu-i386-static --magic '\x7fELF\x01\x01\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x03\x03\x03\x03\x01\x0\x0\x011\xff\xxxxpx0\x0\x0\xxx0\xxx0\xff\xxxxxxxxxx0\xxxx011xxff\xxxxxxxxx0\xxff\xxxxxxxxx0\xxxx0\xx0\xx0\xxxff\xxxx
此解决方案来自 :github.com/.../2468