Fix the build failed issue of MPS2 targets with ARMC6.

Change-Id: I0205d381de331a827435d667c16297aaf5bb609e
Signed-off-by: Shawn Shan <shawn.shan@arm.com>
pull/9870/head
Shawn Shan 2019-04-02 11:02:40 +08:00
parent 6374790b26
commit 3d9b7df8e0
6 changed files with 20 additions and 15 deletions

View File

@ -44,11 +44,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
*(+RO)
}
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
.ANY (+RW +ZI)
*(+RW +ZI)
}
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
}

View File

@ -44,11 +44,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
*(+RO)
}
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
.ANY (+RW +ZI)
*(+RW +ZI)
}
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
}

View File

@ -44,11 +44,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
*(+RO)
}
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
.ANY (+RW +ZI)
*(+RW +ZI)
}
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
}

View File

@ -45,11 +45,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
*(+RO)
}
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
.ANY (+RW +ZI)
*(+RW +ZI)
}
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
}

View File

@ -45,11 +45,11 @@ LR_IROM1 0x00000000 0x00400000 { ; load region size_region
ER_IROM1 0x00000000 0x00400000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
*(+RO)
}
; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
RW_IRAM1 (0x20000000+0x100) (0x400000-0x100-Stack_Size) { ; RW data
.ANY (+RW +ZI)
*(+RW +ZI)
}
ARM_LIB_STACK 0x20000000+0x400000 EMPTY -Stack_Size { ; Stack region growing down
}

View File

@ -5225,7 +5225,8 @@
"SERIAL",
"SPI",
"SPISLAVE",
"TSC"
"TSC",
"USTICKER"
],
"release_versions": ["2", "5"],
"copy_method": "mps2",
@ -5250,7 +5251,8 @@
"SERIAL",
"SPI",
"SPISLAVE",
"TSC"
"TSC",
"USTICKER"
],
"release_versions": ["2", "5"],
"copy_method": "mps2",
@ -5276,7 +5278,8 @@
"SPI",
"SPISLAVE",
"TSC",
"MPU"
"MPU",
"USTICKER"
],
"release_versions": ["2", "5"],
"copy_method": "mps2",
@ -5302,7 +5305,8 @@
"SPI",
"SPISLAVE",
"TSC",
"MPU"
"MPU",
"USTICKER"
],
"release_versions": ["2", "5"],
"copy_method": "mps2",
@ -5328,7 +5332,8 @@
"SPI",
"SPISLAVE",
"TSC",
"MPU"
"MPU",
"USTICKER"
],
"release_versions": ["2", "5"],
"copy_method": "mps2",