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

make (e=2): The system cannot find the file specified. #60

Open
biskasarchaniotakis opened this issue Oct 23, 2024 · 2 comments
Open

make (e=2): The system cannot find the file specified. #60

biskasarchaniotakis opened this issue Oct 23, 2024 · 2 comments

Comments

@biskasarchaniotakis
Copy link

Help
I run make and get this error:
PS C:\Users\George\Workspace\OSdev> .\make
mkdir -p build
nasm src/bootloader/boot.asm -f bin -o build/bootloader.bin
process_begin: CreateProcess(NULL, nasm src/bootloader/boot.asm -f bin -o build/bootloader.bin, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:25: build/bootloader.bin] Error 2

@chibicitiberiu
Copy link
Collaborator

The way the project is setup, you will need a unix-like environment. WSL is the easiest option. Alternatively, you can try msys2/cygwin or running a Linux distro in a VM.

@biskasarchaniotakis
Copy link
Author

i`m using wsl and the same is happening

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

2 participants