You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
miyouzi@ubuntu:~/wangyu/openwrt-sdk$ make menuconfig
make -s -C scripts/config all CC=cc: build failed. Please re-run make with -j1 V=s to see what's going on
/home/miyouzi/wangyu/openwrt-sdk/include/toplevel.mk:89: recipe for target 'scripts/config/mconf' failed
make: *** [scripts/config/mconf] Error 1
miyouzi@ubuntu:~/wangyu/openwrt-sdk$ make menuconfig -j1 V=s
make[1]: Entering directory '/home/miyouzi/wangyu/openwrt-sdk/scripts/config'
/usr/bin/x86_64-linux-gnu-ld: zconf.tab.o: relocation R_X86_64_32S against symbol `symbol_yes' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/x86_64-linux-gnu-ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:32: recipe for target 'mconf' failed
make[1]: *** [mconf] Error 1
make[1]: Leaving directory '/home/miyouzi/wangyu/openwrt-sdk/scripts/config'
/home/miyouzi/wangyu/openwrt-sdk/include/toplevel.mk:89: recipe for target 'scripts/config/mconf' failed
make: *** [scripts/config/mconf] Error 2
但是跳过这一步,直接 make ,可以直接编译出 ipk ,并可以使用,请问这是什么问题。
环境:Ubuntu 18 LTS 64bit
The text was updated successfully, but these errors were encountered:
使用SDK OpenWrt-SDK-15.05.1-ramips-mt7621_gcc-4.8-linaro_uClibc-0.9.33.2.Linux-x86_64.tar.bz2
按照 教程 操作。
报错:
但是跳过这一步,直接 make ,可以直接编译出 ipk ,并可以使用,请问这是什么问题。
环境:Ubuntu 18 LTS 64bit
The text was updated successfully, but these errors were encountered: