We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93f87c commit d58870fCopy full SHA for d58870f
src/spike_gdb/spike.lds
@@ -0,0 +1,9 @@
1
+OUTPUT_ARCH( "riscv" )
2
+
3
+SECTIONS
4
+{
5
+ . = 0x80000000;
6
+ .text : { *(.text) }
7
+ .data : { *(.data) }
8
+}
9
0 commit comments