- 积分
- 23
贡献146
飞刀49 FD
注册时间2018-8-13
在线时间5 小时
扫一扫,手机访问本帖
|
本帖最后由 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[1]: Entering directory `/home/openssl/openssl-1.1.0f'
make[1]: Leaving directory `/home/openssl/openssl-1.1.0f'
make[1]: 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[1]: *** [crypto/aes/aes_cbc.o] Error 127
make[1]: Leaving directory `/home/openssl/openssl-1.1.0f'
make: *** [all] Error 2
|
|