We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c8547 commit 0f4484bCopy full SHA for 0f4484b
cortex-m-rt/link.x
@@ -12,7 +12,7 @@ EXTERN(EXCEPTIONS);
12
object file that's passed to the linker *before* this crate */
13
EXTERN(INTERRUPTS);
14
15
-_stack_start = ORIGIN(RAM) + LENGTH(RAM);
+PROVIDE(_stack_start = ORIGIN(RAM) + LENGTH(RAM));
16
17
SECTIONS
18
{
0 commit comments