-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Build error #54
Comments
I guess your clang is too old. Could you try building with a 10.x or newer version? |
I used:
and then:
This works. It compiles. But if fails at the very end:
|
I think you haven't installed LLVM utilities. Please try installing dependencies as described in the following doc: |
curl: (28) Failed to connect to download.sourceforge.net port 443: Operation timed out |
I am facing this error I am on macOS |
It's a totally different error. Make sure if |
When I build the latest version (on Windows WSL) I get:
clang: error: unknown argument: '-fstack-size-section'
Makefile:250: recipe for target 'build/kernel/kernel/boot.o' failed
make: *** [build/kernel/kernel/boot.o] Error 1
The text was updated successfully, but these errors were encountered: