安装Linux依赖包出现错误
按照 OKMX6UL-C 软件手册执行文件 setup_env.sh出现一下提示:
./setup_env.sh: 行 24: 语法错误: 未预期的文件结尾
这个应该怎么处理?
您好:
恭喜您,您已安装成功,其实24行是空行,可以不用理会。 本帖最后由 晓风 于 2017-3-20 14:44 编辑
飞凌-chongzi 发表于 2017-3-20 11:55
您好:
恭喜您,您已安装成功,其实24行是空行,可以不用理会。
好的谢谢,另外我在编译例程出现如下错误:
error: /usr/local/arm/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/../libexec/gcc/arm-fsl-linux-gnueabi/4.6.2/cc1plus: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
/usr/local/arm/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/libexec/gcc/arm-fsl-linux-gnueabi/4.6.2/cc1plus:-1: error: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
这个怎么解决啊? 晓风 发表于 2017-3-20 14:43
好的谢谢,另外我在编译例程出现如下错误:
error: /usr/local/arm/gcc-4.6.2-glibc-2.13-linaro-mult ...
您好:
这个错误的是找不到交叉编译器,原因是因为您的交叉编译器位置与我们所写的位置不符所导致的,您可以打开那个shell脚本,把交叉编译器的路径改为您的路径就好了。 飞凌-chongzi 发表于 2017-3-20 15:08
您好:
这个错误的是找不到交叉编译器,原因是因为您的交叉编译器位置与我们所写的位置不符所导 ...
解决了,我的是Ubuntu12.04 64bit,
输入apt-get install lib32ncurses5 ia32-libs
就可以了
页:
[1]