I just started to use Ubuntu. I installed the xilinx-2011.09-50-arm-xilinx-linux-gnueabi.bin, I got the following error:
Preparing to install... Extracting the JRE from the installer archive... Unpacking the JRE... Extracting the installation resources from the installer archive... Configuring the installer for this system's environment... strings: '/lib/libc.so.6': No such file Launching installer...A quick solution.
Open a terminal (Ctrl+Alt+T) and run the following commands:
For 64-bit Ubuntu:
sudo ln -s /lib64/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6For 32-bit Ubuntu:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
本文介绍了在Ubuntu系统中安装Xilinx工具时遇到的一个错误:找不到'/lib/libc.so.6'文件。提供了针对64位和32位Ubuntu系统的快速解决方案,并指导用户如何通过命令行创建所需的符号链接。
2263

被折叠的 条评论
为什么被折叠?



