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
When I start the bochs emulator I get the following error:
meonubuntu@meonubuntu:~/ecs251/josvmm$ make bochs + ld obj/boot/boot boot block too large: 517 bytes (max 510) boot/Makefrag:22: recipe for target 'obj/boot/boot' failed make: *** [obj/boot/boot] Error 1 make: *** Deleting file 'obj/boot/boot'
The only suggestion I found on searching this was to downgrade gcc to 3.x (but this hard to do)
My current gcc and system info:
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5)
Any ideas?
The text was updated successfully, but these errors were encountered:
I just pushed a batch of fixes that should address this issue. Sorry for the delay in getting back to you.
Let me know if this fixes the problem.
Sorry, something went wrong.
@meongithub, any news?
No branches or pull requests
When I start the bochs emulator I get the following error:
meonubuntu@meonubuntu:~/ecs251/josvmm$ make bochs
+ ld obj/boot/boot
boot block too large: 517 bytes (max 510)
boot/Makefrag:22: recipe for target 'obj/boot/boot' failed
make: *** [obj/boot/boot] Error 1
make: *** Deleting file 'obj/boot/boot'
The only suggestion I found on searching this was to downgrade gcc to 3.x (but this hard to do)
My current gcc and system info:
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5)
Any ideas?
The text was updated successfully, but these errors were encountered: