From 5bc38df50ff7fde3cc5e16edf62c0f5338da1777 Mon Sep 17 00:00:00 2001 From: Yaossg Date: Mon, 18 Nov 2024 17:38:26 +0800 Subject: [PATCH] real machine script --- run-native.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run-native.sh b/run-native.sh index 1403ddf..2f26561 100644 --- a/run-native.sh +++ b/run-native.sh @@ -1,4 +1,3 @@ -user@starfive:~/RVBTCC$ cat run.sh gcc boot.c boot-lib.c && ./a.out < $1 > $1.s && gcc -static $1.s boot-lib.c -o $1.out &&