|
|
本帖最后由 YKi 于 2025-10-11 09:52 编辑
前天编译过一次Cudy TR3000的固件,但因为无法识别USB设备,所以昨天想着重新编译一个
但昨天作者的代码好像出了点问题,一次没编译成功:大神们这种编译出错是什么问题怎么解决 · Issue #13738 · coolsnowwolf/lede,今天看到作者说修好了,又跑去编译,但还是出现了报错
编译用的机子是GCP免费额度今早新开的Ubuntu 22.04,使用的源码是coolsnowwolf/lede: Lean's LEDE source,feeds.conf.default里开启了helloworld,之前的步骤都没有报错/异常,等到执行 make download -j8 时,就出现问题了:
make[2] -C package/libs/pcre download
make[2] -C package/libs/readline download
ERROR: package/libs/libubox failed to build.
make package/download: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
make[1] target/download
make[2] -C target/linux download
执行make download -j1 V=s命令之后,再执行好像没问题了?
@makewrt:~/lede$ make download -j8
make[1] tools/download
make[2] -C tools/autoconf download
make[2] -C tools/autoconf-archive download
make[2] -C tools/automake download
make[2] -C tools/bc download
make[2] -C tools/cpio download
make[2] -C tools/cmake download
make[2] -C tools/bison download
make[2] -C tools/e2fsprogs download
make[2] -C tools/dosfstools download
make[2] -C tools/erofs-utils download
make[2] -C tools/elfutils download
make[2] -C tools/expat download
make[2] -C tools/findutils download
make[2] -C tools/fakeroot download
make[2] -C tools/firmware-utils download
make[2] -C tools/flex download
make[2] -C tools/gnulib download
make[2] -C tools/gengetopt download
make[2] -C tools/libressl download
make[2] -C tools/libtool download
make[2] -C tools/lzma download
make[2] -C tools/m4 download
make[2] -C tools/make-ext4fs download
make[2] -C tools/meson download
make[2] -C tools/missing-macros download
make[2] -C tools/mkimage download
make[2] -C tools/mklibs download
make[2] -C tools/mtd-utils download
make[2] -C tools/mtools download
make[2] -C tools/ninja download
make[2] -C tools/padjffs2 download
make[2] -C tools/patch-image download
make[2] -C tools/patchelf download
make[2] -C tools/pkgconf download
make[2] -C tools/quilt download
make[2] -C tools/squashfs4 download
make[2] -C tools/sstrip download
make[2] -C tools/util-linux download
make[2] -C tools/xz download
make[2] -C tools/zip download
make[2] -C tools/zlib download
make[2] -C tools/gmp download
make[2] -C tools/mpc download
make[2] -C tools/mpfr download
make[2] -C tools/libdeflate download
make[2] -C tools/patch download
make[2] -C tools/tar download
make[2] -C tools/zstd download
make[2] -C tools/flock download
make[2] -C tools/sed download
make[1] toolchain/download
make[2] -C toolchain/gdb download
make[2] -C toolchain/kernel-headers download
make[2] -C toolchain/binutils download
make[2] -C toolchain/gcc/final download
make[2] -C toolchain/gcc/initial download
make[2] -C toolchain/musl download
make[2] -C toolchain/fortify-headers download
make[1] package/download
make[2] -C package/base-files download
make[2] -C feeds/helloworld/lua-neturl download
make[2] -C package/boot/uboot-envtools download
make[2] -C feeds/helloworld/simple-obfs download
make[2] -C feeds/luci/collections/luci download
make[2] -C feeds/luci/applications/luci-app-adguardhome download
make[2] -C feeds/luci/applications/luci-app-accesscontrol download
make[2] -C feeds/luci/applications/luci-app-arpbind download
make[2] -C feeds/luci/applications/luci-app-autoreboot download
make[2] -C feeds/luci/applications/luci-app-ddns download
make[2] -C feeds/luci/applications/luci-app-diskman download
make[2] -C feeds/luci/applications/luci-app-filetransfer download
make[2] -C feeds/luci/applications/luci-app-firewall download
make[2] -C feeds/luci/applications/luci-app-nlbwmon download
make[2] -C feeds/luci/applications/luci-app-opkg download
make[2] -C feeds/luci/applications/luci-app-帕斯2 download
make[2] -C feeds/luci/applications/luci-app-turboacc download
make[2] -C feeds/luci/applications/luci-app-upnp download
make[2] -C feeds/luci/applications/luci-app-vlmcsd download
make[2] -C feeds/luci/modules/luci-base download
make[2] -C feeds/luci/modules/luci-compat download
make[2] -C feeds/luci/libs/luci-lib-base download
make[2] -C feeds/luci/libs/luci-lib-fs download
make[2] -C feeds/luci/libs/luci-lib-ip download
make[2] -C feeds/luci/libs/luci-lib-ipkg download
make[2] -C feeds/luci/libs/luci-lib-jsonc download
make[2] -C feeds/luci/libs/luci-lib-nixio download
make[2] -C feeds/luci/collections/luci-light download
make[2] -C feeds/luci/modules/luci-lua-runtime download
make[2] -C feeds/luci/modules/luci-mod-admin-full download
make[2] -C feeds/luci/modules/luci-mod-network download
make[2] -C feeds/luci/modules/luci-mod-status download
make[2] -C feeds/luci/modules/luci-mod-system download
make[2] -C feeds/luci/protocols/luci-proto-ipv6 download
make[2] -C feeds/luci/protocols/luci-proto-ppp download
make[2] -C feeds/luci/themes/luci-theme-argon download
make[2] -C feeds/luci/themes/luci-theme-bootstrap download
make[2] -C feeds/luci/contrib/package/lucihttp download
make[2] -C feeds/luci/libs/rpcd-mod-luci download
make[2] -C feeds/luci/libs/rpcd-mod-rrdns download
make[2] -C feeds/luci/contrib/package/ucode-mod-html download
make[2] -C feeds/luci/contrib/package/ucode-mod-lua download
make[2] -C feeds/packages/net/cgi-io download
make[2] -C feeds/packages/net/china-dns-ng download
make[2] -C feeds/packages/utils/coremark download
make[2] -C feeds/packages/utils/coreutils download
make[2] -C feeds/packages/net/curl download
make[2] -C feeds/packages/net/ddns-scripts download
make[2] -C feeds/packages/net/dns2socks download
make[2] -C feeds/packages/net/dns2tcp download
make[2] -C feeds/packages/net/geoview download
make[2] -C feeds/packages/net/haproxy download
make[2] -C feeds/packages/admin/htop download
make[2] -C feeds/packages/utils/jq download
make[2] -C feeds/packages/libs/libev download
make[2] -C feeds/packages/libs/libsodium download
make[2] -C feeds/packages/net/microsocks download
make[2] -C feeds/packages/net/miniupnpd download
make[2] -C feeds/packages/net/mosdns download
make[2] -C feeds/packages/libs/nghttp2 download
make[2] -C feeds/packages/net/nlbwmon download
make[2] -C feeds/packages/net/nmap download
make[2] -C feeds/packages/utils/parted download
make[2] -C feeds/packages/libs/pcre2 download
make[2] -C feeds/packages/net/“师夷长技以制夷”s-libev download
make[2] -C feeds/packages/net/插件 download
make[2] -C feeds/packages/utils/smartmontools download
make[2] -C feeds/packages/net/tcping download
make[2] -C feeds/packages/libs/udns download
make[2] -C feeds/packages/utils/unzip download
make[2] -C feeds/packages/net/v2-geodata download
make[2] -C feeds/packages/net/vlmcsd download
make[2] -C feeds/packages/net/wget download
make[2] -C feeds/packages/net/xray-core download
make[2] -C feeds/packages/utils/xz download
make[2] -C package/firmware/linux-firmware download
make[2] -C package/firmware/wirele“师夷长技以制夷”egdb download
make[2] -C package/kernel/cryptodev-linux download
make[2] -C package/kernel/gpio-button-hotplug download
make[2] -C package/kernel/linux download
make[2] -C package/kernel/mac80211 download
make[2] -C package/lean/autocore download
make[2] -C package/kernel/mt76 download
make[2] -C package/lean/ddns-scripts_aliyun download
make[2] -C package/lean/ddns-scripts_dnspod download
make[2] -C package/lean/default-settings download
make[2] -C package/libs/elfutils download
make[2] -C package/libs/libbpf download
make[2] -C package/libs/libjson-c download
make[2] -C package/libs/libmnl download
make[2] -C package/libs/libnl-tiny download
make[2] -C package/libs/libpcap download
make[2] -C package/libs/libtool download
make[2] -C package/libs/libubox download
make[2] -C package/libs/mbedtls download
make[2] -C package/libs/ncurses download
make[2] -C package/libs/openssl download
make[2] -C package/libs/pcre download
make[2] -C package/libs/readline download
make[2] -C package/libs/toolchain download
make[2] -C package/libs/uclient download
make[2] -C package/libs/ustream-ssl download
make[2] -C package/libs/zlib download
make[2] -C package/network/config/firewall download
make[2] -C package/network/config/netifd download
make[2] -C package/network/ipv6/odhcp6c download
make[2] -C package/network/services/dnsmasq download
make[2] -C package/network/services/dropbear download
make[2] -C package/network/services/fullconenat download
make[2] -C package/network/services/hostapd download
make[2] -C package/network/services/odhcpd download
make[2] -C package/network/services/ppp download
make[2] -C package/network/services/shellsync download
make[2] -C package/network/services/uhttpd download
make[2] -C package/network/utils/ethtool download
make[2] -C package/network/utils/iproute2 download
make[2] -C package/network/utils/ipset download
make[2] -C package/network/utils/iptables download
make[2] -C package/network/utils/iw download
make[2] -C package/network/utils/iwinfo download
make[2] -C package/network/utils/resolveip download
make[2] -C package/system/ca-certificates download
make[2] -C package/system/fstools download
make[2] -C package/system/fwtool download
make[2] -C package/system/mtd download
make[2] -C package/system/openwrt-keyring download
make[2] -C package/system/opkg download
make[2] -C package/system/procd download
make[2] -C package/system/rpcd download
make[2] -C package/system/ubox download
make[2] -C package/system/ubus download
make[2] -C package/system/uci download
make[2] -C package/system/urandom-seed download
make[2] -C package/system/urngd download
make[2] -C package/system/usign download
make[2] -C package/utils/busybox download
make[2] -C package/utils/e2fsprogs download
make[2] -C package/utils/jsonfilter download
make[2] -C package/utils/lua download
make[2] -C package/utils/lua5.3 download
make[2] -C package/utils/mtd-utils download
make[2] -C package/utils/ucode download
make[2] -C package/utils/util-linux download
make[1] target/download
make[2] -C target/linux download
希望有大佬帮我看看这是什么问题,.config只动了luci里的内容
|
|