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 5aa3f03 commit 1801f7cCopy full SHA for 1801f7c
Tools/Toolsets/rpi-5-elf.json
@@ -6,13 +6,16 @@
6
"-Xfrontend", "-function-sections",
7
"-enable-experimental-feature", "Embedded",
8
"-Xfrontend", "-mergeable-symbols",
9
- "-Xclang-linker", "-fuse-ld=lld",
10
"-Xclang-linker", "-nostdlib"
11
]
12
},
13
"linker": {
14
"extraCLIOptions": [
15
"-T", "Sources/Support/linkerscript.ld",
+ "-e", "_start",
16
+ "-no_zero_fill_sections",
17
+ "-segalign", "4",
18
+ "-segaddr", "__TEXT", "0x80000",
19
"--unresolved-symbols=ignore-in-object-files"
20
21
}
0 commit comments