You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
243 B

ENTRY(v1)
SECTIONS
{
. = 0xffe00000;
.global : { *(.global) }
. = 0x4018280;
.func2 : { *(.func2) }
. = 0x4005000;
.func1 : { *(.func1) }
. = 0x4015000;
.func3 : { *(.func3) }
.data : { *(.data) }
.rodata : { *(.rodata) }
}