We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on my m1 chip macbook pro, I entered make TARGET=hw run, and I got:
make TARGET=hw run
make[1]: Nothing to be done for `contgen'. LD /Users/yue/code/nanos/output/platform/virt/bin/kernel.elf MV kernel.dis kernel.dis.old STRIP /Users/yue/code/nanos/output/platform/virt/bin/kernel.img LD /Users/yue/code/nanos/output/platform/virt/bin/kernel.elf MV kernel.dis kernel.dis.old CC /Users/yue/code/nanos/output/test/runtime/test/runtime/hw.o In file included from /Users/yue/code/nanos/test/runtime/hw.c:1: /Users/yue/code/nanos/target-root/usr/include/stdio.h:27:10: fatal error: 'bits/libc-header-start.h' file not found #include <bits/libc-header-start.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [/Users/yue/code/nanos/output/test/runtime/test/runtime/hw.o] Error 1 make[1]: *** [target] Error 2 make: *** [image] Error 2
What's going on here?
The text was updated successfully, but these errors were encountered:
This is unexpected; @ge1mina023 can you run make TARGET=hw Q= and paste the output?
make TARGET=hw Q=
Sorry, something went wrong.
No branches or pull requests
on my m1 chip macbook pro, I entered
make TARGET=hw run
, and I got:What's going on here?
The text was updated successfully, but these errors were encountered: