You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: