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

Makefile not working (episode 1) #60

Open
Axalz opened this issue Oct 27, 2021 · 2 comments
Open

Makefile not working (episode 1) #60

Axalz opened this issue Oct 27, 2021 · 2 comments

Comments

@Axalz
Copy link

Axalz commented Oct 27, 2021

When I run make build-x86_64, I get this:

mkdir -p build/x86_64/boot/ && \ nasm -f elf64 src/impl/x86_64/boot/header.asm -o build/x86_64/boot/header.o src/impl/x86_64/boot/header.asm:9: error: comma expected after operand 1 Makefile:5: recipe for target 'build/x86_64/boot/header.o' failed make: *** [build/x86_64/boot/header.o] Error 1

@f1nn1711
Copy link

same issue

@davidcallanan
Copy link
Owner

I think this is an error in your assembly code, have you checked to make sure the code in your assembly files match what I have in this repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants