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
{{ message }}
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
Hi!
Can you do separate whole patch file for lede 17.0.4 (or better 18.06) or write how fix issue?
In config I add 3 params in “Global Build Settings” section for build all packages:
“select all target specific packages by default”
“select all kernel module packages by default”
“select all userspace packages by default”
I`m try to build image+all packages on 17.0.4 version from sources by your instruction, but on step "make" got error compilation:
.......
make[2] toolchain/compile
make[3] -C toolchain/gdb compile
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/home/ev/lede/openwrt/include/toplevel.mk:216: failed to perform the recipe for the target «world»
make: *** [world] Error 1
Im try re-run make with -j1 V=s, but I cant understand how to fix it.
The text was updated successfully, but these errors were encountered:
Hi!
Can you do separate whole patch file for lede 17.0.4 (or better 18.06) or write how fix issue?
In config I add 3 params in “Global Build Settings” section for build all packages:
“select all target specific packages by default”
“select all kernel module packages by default”
“select all userspace packages by default”
I`m try to build image+all packages on 17.0.4 version from sources by your instruction, but on step "make" got error compilation:
.......
make[2] toolchain/compile
make[3] -C toolchain/gdb compile
make -r world: build failed. Please re-run make with -j1 V=s to see what's going on
/home/ev/lede/openwrt/include/toplevel.mk:216: failed to perform the recipe for the target «world»
make: *** [world] Error 1
I
m try re-run make with -j1 V=s, but I can
t understand how to fix it.The text was updated successfully, but these errors were encountered: