-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译X86虚拟机用固件报错 #34
Comments
lua 编译问题,和你环境有关,请严格安装 Ubuntu 14 LTS |
DatexSystems
pushed a commit
to DatexSystems/OpenWrt-Lean
that referenced
this issue
Jan 16, 2020
…snowwolf#34, coolsnowwolf#373, coolsnowwolf#383) The radio would stop communicating completely. This issue was easiest to trigger on AR913x devices, e.g. the TP-Link TL-WR1043ND, but other hardware was occasionally affected as well. The most critical issue was a race condition in disabling/enabling IRQs between the IRQ handler and the IRQ processing tasklet Signed-off-by: Felix Fietkau <nbd@nbd.name>
Closed
DeakeyTan
referenced
this issue
in DeakeyTan/openwrt
Jul 19, 2022
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/home/make/lede/build_dir/target-i386_pentium4_musl/luasocket-3.0-rc1-20130909/src/options.c:301: undefined reference to
__stack_chk_fail_local' options.o:/home/make/lede/build_dir/target-i386_pentium4_musl/luasocket-3.0-rc1-20130909/src/options.c:61: more undefined references to
__stack_chk_fail_local' followmake[6]: *** [socket.so.3.0-rc1] Error 1
make[6]: Leaving directory `/home/make/lede/build_dir/target-i386_pentium4_musl/luasocket-3.0-rc1-20130909/src'
make[5]: *** [linux] Error 2
make[5]: Leaving directory `/home/make/lede/build_dir/target-i386_pentium4_musl/luasocket-3.0-rc1-20130909/src'
make[4]: *** [linux] Error 2
make[4]: Leaving directory `/home/make/lede/build_dir/target-i386_pentium4_musl/luasocket-3.0-rc1-20130909'
make[3]: *** [/home/make/lede/build_dir/target-i386_pentium4_musl/luasocket-3.0-rc1-20130909/.built] Error 2
make[3]: Leaving directory `/home/make/lede/feeds/packages/lang/luasocket'
make[2]: *** [package/feeds/packages/luasocket/compile] Error 2
make[2]: Leaving directory `/home/make/lede'
make[1]: *** [/home/make/lede/staging_dir/target-i386_pentium4_musl/stamp/.package_compile] Error 2
make[1]: Leaving directo
准备编译成VMHD文件在虚拟机下使用
The text was updated successfully, but these errors were encountered: