os-series icon indicating copy to clipboard operation
os-series copied to clipboard

Makefile not working (episode 1)

Open Axalz opened this issue 4 years ago • 2 comments

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

Axalz avatar Oct 27 '21 16:10 Axalz

same issue

f1nn1711 avatar Oct 30 '21 10:10 f1nn1711

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?

davidcallanan avatar Dec 20 '21 17:12 davidcallanan