Merge pull request #12690 from jeromecoutant/PR_GCC_ETEXT

STM32: solve GCC Unspecified RTOS error
pull/12728/head
Martin Kojtal 2020-03-31 09:27:05 +02:00 committed by GitHub
commit eb2457f59d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 40 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)

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)

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)

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)

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

@ -115,10 +115,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)