|
- In file included from tools/lib/rsa/rsa-sign.c:1:0:
- /home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_remove':
- /home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:156:2: error: too many arguments to function 'ERR_remove_thread_state'
- ERR_remove_thread_state(NULL);
- ^
- In file included from /home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:14:0,
- from tools/lib/rsa/rsa-sign.c:1:
- /usr/local/include/openssl/err.h:362:6: note: declared here
- void ERR_remove_thread_state(void);
- ^
- In file included from tools/lib/rsa/rsa-sign.c:1:0:
- /home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_sign_with_key':
- /home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:213:2: warning: implicit declaration of function 'EVP_MD_CTX_cleanup' [-Wimplicit-function-declaration]
- EVP_MD_CTX_cleanup(context);
- ^
- /home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c: In function 'rsa_get_exponent':
- /home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/lib/rsa/rsa-sign.c:279:21: error: dereferencing pointer to incomplete type 'RSA {aka struct rsa_st}'
- if (BN_num_bits(key->e) > 64)
- ^
- scripts/Makefile.host:134: recipe for target 'tools/lib/rsa/rsa-sign.o' failed
- make[5]: *** [tools/lib/rsa/rsa-sign.o] Error 1
- Makefile:1195: recipe for target 'tools-only' failed
- make[4]: *** [tools-only] Error 2
- make[4]: Leaving directory '/home/user/openwrt/trunk/build_dir/host/u-boot-2014.10'
- Makefile:46: recipe for target '/home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/.built' failed
- make[3]: *** [/home/user/openwrt/trunk/build_dir/host/u-boot-2014.10/.built] Error 2
- make[3]: Leaving directory '/home/user/openwrt/trunk/tools/mkimage'
- tools/Makefile:122: recipe for target 'tools/mkimage/compile' failed
- make[2]: *** [tools/mkimage/compile] Error 2
- make[2]: Leaving directory '/home/user/openwrt/trunk'
- tools/Makefile:121: recipe for target '/home/user/openwrt/trunk/staging_dir/target-mipsel_24kec+dsp_musl-1.1.10/stamp/.tools_install_yynyynynynyyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy' failed
- make[1]: *** [/home/user/openwrt/trunk/staging_dir/target-mipsel_24kec+dsp_musl-1.1.10/stamp/.tools_install_yynyynynynyyyyyyyyyynyyyyyyyyynyyyyynnyyynnyynnnyy] Error 2
- make[1]: Leaving directory '/home/user/openwrt/trunk'
- /home/user/openwrt/trunk/include/toplevel.mk:181: recipe for target 'world' failed
- make: *** [world] Error 2
复制代码 运行make defconfig检测正常,能进入定制界面,但make V=99编译一直报错
|
|