...
This commit is contained in:
3
build.sh
3
build.sh
@@ -8,8 +8,9 @@ dotnet build src/lang/Nub.Lang.CLI
|
||||
nub example > out/out.qbe
|
||||
|
||||
nasm -g -felf64 src/runtime/runtime.asm -o out/runtime.o
|
||||
nasm -g -felf64 src/runtime/core/syscall.asm -o out/syscall.o
|
||||
|
||||
qbe out/out.qbe > out/out.s
|
||||
|
||||
gcc -c -g out/out.s -o out/out.o
|
||||
gcc -nostartfiles -o out/program out/runtime.o out/out.o
|
||||
gcc -nostartfiles -o out/program out/runtime.o out/syscall.o out/out.o
|
||||
Reference in New Issue
Block a user