env:
macOS 13.7.8 (22H730) 2.9 GHz Quad-Core Intel Core i7
lee@LEE-MacBook-Pro:/Desktop/Computer_Systems/Macos/osdev|master⚡
⇒ make -C toolchain all -j$(nproc)
zsh: command not found: nproc
Makefile:2: ../.config: No such file or directory
make: *** No rule to make target `../.config'. Stop.
lee@LEE-MacBook-Pro:/Desktop/Computer_Systems/Macos/osdev|master
⇒ make setup
setting up project...
./configure
realpath: build: No such file or directory
Checking for required dependencies...
gcc [FOUND]
g++ [FOUND]
binutils [FOUND]
pkg-config [FOUND]
texinfo [MISSING]
clang [FOUND]
lld [MISSING]
llvm [MISSING]
nasm [FOUND]
mtools [MISSING]
iasl [FOUND]
wget [FOUND]
python [MISSING]
perl [FOUND]
qemu-system-x86_64 [FOUND]
build the clang-tidy plugin? (y/n) y
clang-tidy [MISSING]
llvm [MISSING]
build the QEMU profiling plugin? (y/n) y
QEMU include directory: /usr/local/bin/
Missing 7 dependencies.
make: *** [setup] Error 1
lee@LEE-MacBook-Pro:/Desktop/Computer_Systems/Macos/osdev|master
⇒ make all
Makefile:31: *** "Please run 'make setup' first.". Stop.
lee@LEE-MacBook-Pro:/Desktop/Computer_Systems/Macos/osdev|master
⇒
env:
macOS 13.7.8 (22H730) 2.9 GHz Quad-Core Intel Core i7
lee@LEE-MacBook-Pro:
/Desktop/Computer_Systems/Macos/osdev|master⚡/Desktop/Computer_Systems/Macos/osdev|master⇒ make -C toolchain all -j$(nproc)
zsh: command not found: nproc
Makefile:2: ../.config: No such file or directory
make: *** No rule to make target `../.config'. Stop.
lee@LEE-MacBook-Pro:
⇒ make setup
setting up project...
./configure
realpath: build: No such file or directory
Checking for required dependencies...
gcc [FOUND]
g++ [FOUND]
binutils [FOUND]
pkg-config [FOUND]
texinfo [MISSING]
clang [FOUND]
lld [MISSING]
llvm [MISSING]
nasm [FOUND]
mtools [MISSING]
iasl [FOUND]
wget [FOUND]
python [MISSING]
perl [FOUND]
qemu-system-x86_64 [FOUND]
build the clang-tidy plugin? (y/n) y
clang-tidy [MISSING]
llvm [MISSING]
build the QEMU profiling plugin? (y/n) y
QEMU include directory: /usr/local/bin/
Missing 7 dependencies.
make: *** [setup] Error 1
lee@LEE-MacBook-Pro:
/Desktop/Computer_Systems/Macos/osdev|master/Desktop/Computer_Systems/Macos/osdev|master⇒ make all
Makefile:31: *** "Please run 'make setup' first.". Stop.
lee@LEE-MacBook-Pro:
⇒