From cf668e190f734f4fef84a05c7cbb68873617682e Mon Sep 17 00:00:00 2001 From: acevest Date: Thu, 16 Jan 2020 00:41:22 +0800 Subject: [PATCH] fix spike gcc compile --- board/QEMU_Spike/GCC/demo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/board/QEMU_Spike/GCC/demo/Makefile b/board/QEMU_Spike/GCC/demo/Makefile index 523a045a..ef9e8ca6 100644 --- a/board/QEMU_Spike/GCC/demo/Makefile +++ b/board/QEMU_Spike/GCC/demo/Makefile @@ -55,6 +55,7 @@ ASM_SOURCES = ASM_SOURCES_S = \ $(TOP_DIR)/arch/risc-v/rv32i/gcc/port_s.S \ +$(TOP_DIR)/arch/risc-v/spike/gcc/riscv_port_s.S \ start.S