From 5acbf6414ddaa6552ead5099868897a161bd945f Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Fri, 1 Sep 2017 12:03:40 -0700 Subject: [PATCH] Use 32-bit link script for 32-bit target. --- debug/targets/RISC-V/spike32.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/targets/RISC-V/spike32.py b/debug/targets/RISC-V/spike32.py index fc7d598..665d7e9 100644 --- a/debug/targets/RISC-V/spike32.py +++ b/debug/targets/RISC-V/spike32.py @@ -7,7 +7,7 @@ class spike32_hart(targets.Hart): ram_size = 0x10000000 instruction_hardware_breakpoint_count = 4 reset_vector = 0x1000 - link_script_path = "spike64.lds" + link_script_path = "spike32.lds" class spike32(targets.Target): harts = [spike32_hart()] -- 2.30.2