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 cant find c and asm-Files. #70

Open
NilsBoehm opened this issue Jul 22, 2022 · 0 comments
Open

Makefile cant find c and asm-Files. #70

NilsBoehm opened this issue Jul 22, 2022 · 0 comments

Comments

@NilsBoehm
Copy link

NilsBoehm commented Jul 22, 2022

I have problems running make with the Makefile.
When doing so it tells me that it is not able to find the *.c and *.asm files.

Edit It seems like the problems is not with make itself.
The find command does not find files using the powershell or cmd either.

Besides that, it prints this to the console:
x86_64-elf-ld -n -o dist/x86_64/kernel.bin -T targets/x86_64/linker.ld &&
cp dist/x86_64/kernel.bin targets/x86_64/iso/boot/kernel.bin &&
grub-mkrescue /usr/lib/grub/i386-pc -o dist/x86_64/kernel.iso targets/x86_64/iso

This is the error I get in the end.
make: *** [Makefile:26: build-x86_64] Error 1

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

No branches or pull requests

1 participant