-
Notifications
You must be signed in to change notification settings - Fork 36
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 failure due to @newStackCall being removed in 0.6.0 #3
Comments
I can verify that this patch got HellOS to compile and run with Zig 0.6.0. |
Happy to merge it, do you want to make it a PR and get authorship for it? |
@andrewrk Ok, will do so right away. |
I can confirm that the |
andrewrk
pushed a commit
that referenced
this issue
Jan 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this neat little project today, and thought I should look into making it compile using
Zig 0.6.0
Making the following changes allows the code to build
zig build-exe hellos.zig -target i386-freestanding --linker-script linker.ld
Screenshot
Gist
https://gist.github.com/peterhellberg/e81128eae5adc6293d5c1bbeef3a3380
The text was updated successfully, but these errors were encountered: