Skip to content
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

Instructions on setting up the cross compiler for building multiboot.elf #115

Open
alexflint opened this issue Feb 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alexflint
Copy link

Describe your bug or error

I am trying to modify the multiboot header in multiboot_header.S. In order to compile my changes, I have a set up gcc and binutils as described over at osdev. But it seems that I need a gcc that supports both 64-bit and 32-bit mode (the magefile uses both -m32 and -m64). How did you configure your cross compiler?

Go Version

g1.16

Relevant log output

No response

@alexflint alexflint added the bug Something isn't working label Feb 17, 2024
@icexin
Copy link
Owner

icexin commented Feb 20, 2024

The toolchain is installed according to the Dependencies chapter in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants