I want to test Auri OS to a virtual machine and i want to compile this to iso. I start the 'make iso' but he it block at the step 'LLVM emit Object' and fail to compile with this error
ZIG src/mm/mmu.zig ZIG src/mm/pmm.zig LD output/AuriOS.bin /usr/bin/ld : build/kernel/kernel.o : dans la fonction « animate_logo » : kernel.c:(.text+0x3ff) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld : build/kernel/shell.o : dans la fonction « print_unit » : shell.c:(.text+0xb5) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld : build/kernel/shell.o : dans la fonction « shell_handle_key » : shell.c:(.text+0x605) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld : build/kernel/terminal.o : dans la fonction « terminal_print_hex » : terminal.c:(.text+0x4d0) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld: output/AuriOS.bin: symbole caché « __stack_chk_fail_local » n'est pas défini /usr/bin/ld: final link failed: mauvaise valeur make: *** [Makefile:118: output/AuriOS.bin] Error 1
I want to test Auri OS to a virtual machine and i want to compile this to iso. I start the 'make iso' but he it block at the step 'LLVM emit Object' and fail to compile with this error
ZIG src/mm/mmu.zig ZIG src/mm/pmm.zig LD output/AuriOS.bin /usr/bin/ld : build/kernel/kernel.o : dans la fonction « animate_logo » : kernel.c:(.text+0x3ff) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld : build/kernel/shell.o : dans la fonction « print_unit » : shell.c:(.text+0xb5) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld : build/kernel/shell.o : dans la fonction « shell_handle_key » : shell.c:(.text+0x605) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld : build/kernel/terminal.o : dans la fonction « terminal_print_hex » : terminal.c:(.text+0x4d0) : référence indéfinie vers « __stack_chk_fail_local » /usr/bin/ld: output/AuriOS.bin: symbole caché « __stack_chk_fail_local » n'est pas défini /usr/bin/ld: final link failed: mauvaise valeur make: *** [Makefile:118: output/AuriOS.bin] Error 1