STM32 GCC Unspecified RTOS error

#12690 on 5.15 branch
pull/12863/head
jeromecoutant 2020-04-24 13:58:03 +02:00
parent 61c5c74847
commit 267f32ce25
2 changed files with 2 additions and 8 deletions

View File

@ -111,10 +111,7 @@ SECTIONS
} > FLASH
__exidx_end = .;
/* Location counter can end up 2byte aligned with narrow Thumb code but
__etext is assumed by startup code to be the LMA of a section in RAM
which must be 8-byte aligned */
__etext = ALIGN (8);
__etext = .;
_sidata = .;
.data : AT (__etext)

View File

@ -111,10 +111,7 @@ SECTIONS
} > FLASH
__exidx_end = .;
/* Location counter can end up 2byte aligned with narrow Thumb code but
__etext is assumed by startup code to be the LMA of a section in RAM
which must be 8-byte aligned */
__etext = ALIGN (8);
__etext = .;
_sidata = .;
.data : AT (__etext)