针对你遇到的“aarch64-none-elf-gcc: not found”问题,以下是详细的解决步骤: 确认aarch64-none-elf-gcc是否已正确安装: 首先,在终端中运行以下命令来检查aarch64-none-elf-gcc是否已安装: bash aarch64-none-elf-gcc --version 如果系统显示版本信息,说明已安装;如果显示“command not found”,则需要进...
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...