From 2fe62832f7b10a39ec55fe2adcdd8243fcfc1344 Mon Sep 17 00:00:00 2001 From: hondew Date: Sat, 20 Mar 2021 23:20:12 -0400 Subject: Use asmproc for text.c nonmatch --- tools/asm_processor/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/asm_processor') diff --git a/tools/asm_processor/compile.sh b/tools/asm_processor/compile.sh index 8c367b3e..c4cb0846 100644 --- a/tools/asm_processor/compile.sh +++ b/tools/asm_processor/compile.sh @@ -20,7 +20,7 @@ cat global.inc >> "$PRELUDE" # Inject the matching assembly into the padded obj file. ../tools/asm_processor/asm_processor.py "$SRC" --post-process "$PADDED_OBJ" --assembler "$AS" --asm-prelude "$PRELUDE" -$DEVKITARM/bin/arm-none-eabi-objcopy --remove-section .comment "$PADDED_OBJ" "$OBJ" +arm-none-eabi-objcopy --remove-section .comment "$PADDED_OBJ" "$OBJ" rm "$PADDED_SRC" rm "$PADDED_OBJ" -- cgit v1.2.3