asterd-og / AstroOS

11 stars 0 forks source link

Code not `make`ing #1

Open batatinha-espacial opened 11 months ago

batatinha-espacial commented 11 months ago
# make
ld.lld ./src/tables/gdt/gdt.o ./src/tables/idt/idt.o ./src/lib/string.o ./src/lib/ports.o ./src/lib/printf.o ./src/lib/math.o ./src/lib/ubsan.o ./src/video/terminal.o ./src/video/vbe.o ./src/video/framebuffer.o ./src/memory/pmm.o ./src/memory/heap.o ./src/desktop/tga.o ./src/desktop/window.o ./src/desktop/cursor.o ./src/sys/sw/console.o ./src/sys/pic.o ./src/sys/serial.o ./src/sys/ps2/mouse.o ./src/sys/ps2/keyboard.o ./src/sys/panic.o ./src/sys/pit.o ./src/kernel/entry.o ./src/tables/idt/idt_asm.o  -Tconf/linker.ld -nostdlib -zmax-page-size=0x1000 -static -o kernel.elf
Generating init ramdisk!
cp: cannot stat 'limine/limine.sys': No such file or directory
cp: cannot stat 'limine/limine-cd.bin': No such file or directory
cp: cannot stat 'limine/limine-cd-efi.bin': No such file or directory
make: *** [GNUmakefile:90: AstroOS.iso] Error 1
batatinha-espacial commented 11 months ago

Where is the limine folder?

asterd-og commented 11 months ago

run make clean and delete run rm -rf limine on the project folder

batatinha-espacial commented 10 months ago

But, there's no limine folder when cloning

asterd-og commented 10 months ago

running make clean and after that, make, it should automatically clone limine to the folder