针对你遇到的“aarch64-none-elf-gcc: command not found”问题,我将根据提供的tips逐一进行解答: 确认aarch64-none-elf-gcc是否已经安装 首先,你需要在终端中检查aarch64-none-elf-gcc是否已经安装。你可以通过运行以下命令来检查: bash aarch64-none-elf-gcc --version 如果系统已经安装了该编译器,你将会...
aarch64-none-elf-gcc -Wall -nostdlib -nostartfiles -ffreestanding -Iinclude -mgeneral-regs-only -g -MMD -c src/kernel.c -o build/kernel_c.o make: aarch64-none-elf-gcc: Command not found Makefile:16: recipefortarget'build/kernel_c.o'failed make:*** [build/kernel_c.o] Error127...