picorv32/scripts/cxxdemo/start.ld

6 lines
71 B
Plaintext
Raw Normal View History

2015-11-03 19:12:37 -05:00
SECTIONS {
. = 0x00000000;
.text : { *(.text) }
_ftext = 0x00010000;
}