soaplin/testing/build.sh
2025-05-09 15:07:22 +02:00

3 lines
No EOL
163 B
Bash
Executable file

nasm -f elf64 test.asm -o test.o
ld -T link.ld -nostdlib --no-dynamic-linker --strip-all test.o -o sk-hello.elf
echo "Test executable has been built successfully."