Andy-Python-Programmer / aero

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a few.

Home Page:https://aero.andypy.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

host-cargo not built as a part of the sysroot

shzhxh opened this issue · comments

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 (bfc2018), 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.