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
xmake buildroot --menuconfig
note: install or modify (m) these packages (pass -y to skip confirm)?
in rt-xrepo:
-> curl 7.70.0 [toolchains:"arm-linux-musleabi"]
please input: y (y/n/m)
y
=> install curl 7.70.0 .. failed
attempt to concatenate a nil value (global 'CROSS_COMPILE')
if you want to get more verbose errors, please see:
-> /home/geniusgogo/.xmake/cache/packages/2212/c/curl/7.70.0/installdir.failed/logs/install.txt
error: install failed!
xmake buildroot --menuconfig
^[[Anote: install or modify (m) these packages (pass -y to skip confirm)?
in rt-xrepo:
-> wget 1.20 [toolchains:"arm-linux-musleabi"]
please input: y (y/n/m)
y
=> install wget 1.20 .. failed
/usr/bin/make all-recursive
make[1]: Entering directory '/home/geniusgogo/.xmake/cache/packages/2212/w/wget/1.20/source'
Making all in lib
make[2]: Entering directory '/home/geniusgogo/.xmake/cache/packages/2212/w/wget/1.20/source/lib'
GEN alloca.h
GEN fcntl.h
GEN fnmatch.h
GEN getopt.h
GEN getopt-cdefs.h
GEN arpa/inet.h
GEN inttypes.h
GEN limits.h
GEN langinfo.h
GEN locale.h
GEN netdb.h
GEN signal.h
GEN spawn.h
if you want to get more verbose errors, please see:
-> /home/geniusgogo/.xmake/cache/packages/2212/w/wget/1.20/installdir.failed/logs/install.txt
error: install failed!
warning: includes("scripts/buildoption.lua") cannot find any files!
期待的结果
类似于:
=> install zlib 1.2.8 .. ok
=> install dropbear 2022.82 .. ok
=> install pcre 8.44 .. ok
=> install busybox 1.32.0 .. ok
=> install openssl 1.1.1i .. ok
工程配置
No response
附加信息和错误日志
No response
The text was updated successfully, but these errors were encountered:
Xmake 版本
2.7.3
操作系统版本和架构
ubuntu 20.04
描述问题
xmake buildroot --menuconfig
note: install or modify (m) these packages (pass -y to skip confirm)?
in rt-xrepo:
-> curl 7.70.0 [toolchains:"arm-linux-musleabi"]
please input: y (y/n/m)
y
=> install curl 7.70.0 .. failed
attempt to concatenate a nil value (global 'CROSS_COMPILE')
if you want to get more verbose errors, please see:
-> /home/geniusgogo/.xmake/cache/packages/2212/c/curl/7.70.0/installdir.failed/logs/install.txt
error: install failed!
xmake buildroot --menuconfig
^[[Anote: install or modify (m) these packages (pass -y to skip confirm)?
in rt-xrepo:
-> wget 1.20 [toolchains:"arm-linux-musleabi"]
please input: y (y/n/m)
y
=> install wget 1.20 .. failed
/usr/bin/make all-recursive
make[1]: Entering directory '/home/geniusgogo/.xmake/cache/packages/2212/w/wget/1.20/source'
Making all in lib
make[2]: Entering directory '/home/geniusgogo/.xmake/cache/packages/2212/w/wget/1.20/source/lib'
GEN alloca.h
GEN fcntl.h
GEN fnmatch.h
GEN getopt.h
GEN getopt-cdefs.h
GEN arpa/inet.h
GEN inttypes.h
GEN limits.h
GEN langinfo.h
GEN locale.h
GEN netdb.h
GEN signal.h
GEN spawn.h
if you want to get more verbose errors, please see:
-> /home/geniusgogo/.xmake/cache/packages/2212/w/wget/1.20/installdir.failed/logs/install.txt
error: install failed!
warning: includes("scripts/buildoption.lua") cannot find any files!
期待的结果
类似于:
=> install zlib 1.2.8 .. ok
=> install dropbear 2022.82 .. ok
=> install pcre 8.44 .. ok
=> install busybox 1.32.0 .. ok
=> install openssl 1.1.1i .. ok
工程配置
No response
附加信息和错误日志
No response
The text was updated successfully, but these errors were encountered: