交叉编译openssl时出现找不到编译器的问题:/bin/sh: 1: /opt……gcc: not found
本帖最后由 lyh320218 于 2018-8-25 16:14 编辑交叉编译ffmpeg时是没出现该问题的,但是在交叉编译openssl-1.1.0f时却出现了如下错误,实在是头疼啊!
root@ubuntu:/home/openssl/openssl-1.1.0f# make
make depend && make _all
make: Entering directory `/home/openssl/openssl-1.1.0f'
make: Leaving directory `/home/openssl/openssl-1.1.0f'
make: Entering directory `/home/openssl/openssl-1.1.0f'
/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-arm-fsl-linux-gnueabi-gcc-I. -Icrypto/include -Iinclude -DDSO_DLFCN -DHAVE_DLFCN_H -DNDEBUG -DOPENSSL_THREADS -DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSLDIR="\"/home/openssl/openssl/ssl\"" -DENGINESDIR="\"/home/openssl/openssl/lib/engines-1.1\"" -Wall -O3 -pthread -DL_ENDIAN -fomit-frame-pointer-fPIC -DOPENSSL_USE_NODELETE -MMD -MF crypto/aes/aes_cbc.d.tmp -MT crypto/aes/aes_cbc.o -c -o crypto/aes/aes_cbc.o crypto/aes/aes_cbc.c
/bin/sh: 1: /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-arm-fsl-linux-gnueabi-gcc: not found
make: *** Error 127
make: Leaving directory `/home/openssl/openssl-1.1.0f'
make: *** Error 2
有人了解这是什么问题吗? openssl没有实际经验,您这个感觉是环境变量没有配置吧,找不到交叉编译器。 编译器是不是选错了
页:
[1]