Build application at 0x0 in release mode.
This commit is contained in:
parent
63aaa9d0a1
commit
4b01ff7cc4
4 changed files with 3 additions and 40 deletions
|
@ -2,7 +2,7 @@
|
|||
OUTPUT_ARCH(riscv)
|
||||
ENTRY(_start)
|
||||
|
||||
BASE_ADDRESS = 0x80100000;
|
||||
BASE_ADDRESS = 0x0;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
@ -18,9 +18,7 @@ SECTIONS
|
|||
*(.data .data.*)
|
||||
}
|
||||
.bss : {
|
||||
start_bss = .;
|
||||
*(.bss .bss.*)
|
||||
end_bss = .;
|
||||
}
|
||||
/DISCARD/ : {
|
||||
*(.eh_frame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue