Polaris icon indicating copy to clipboard operation
Polaris copied to clipboard

`make userspace-full` doesn't work

Open mrunix00 opened this issue 1 month ago • 5 comments

Running make userspace-full fails with the following error:

➜  Polaris git:(master) ✗ make userspace-full
rm -f pkgs/kernel* pkgs/drivers* pkgs/init*
rm -rf sources/kernel* sources/drivers* sources/init*
rm -rf builds/kernel builds/drivers builds/init
./jinx build-all
./jinx: unknown command: build-all
make: *** [GNUmakefile:21: userspace-full] Error 1

mrunix00 avatar Nov 29 '25 11:11 mrunix00