aero
aero copied to clipboard
host-cargo not built as a part of the sysroot
My OS is Debian 11, when I run ./aero.py
, I encountered the following error:
error: host-cargo not built as a part of the sysroot, skipping compilation of `userland/`
I try to run ./aero.py --no-run
in Ubuntu( on docker), I still encountered the same error.
I checked the Actions, it has the same problem.
Based on the most resent commit (bfc20184e), disk.img
can be compiled correctly. I compiled one, can be download here
@shzhxh what instructions did you follow to build it?
@shzhxh what instructions did you follow to build it?
./aero.py --sysroot # build sysroot
./aero.py # build iso and img
I keep running into this issue, and I'm not entirely sure what it means. Compilation doesn't seem to fail, though.