Skip to content

Commit 1801f7c

Browse files
authored
Update rpi-5-elf.json
1 parent 5aa3f03 commit 1801f7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Tools/Toolsets/rpi-5-elf.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
"-Xfrontend", "-function-sections",
77
"-enable-experimental-feature", "Embedded",
88
"-Xfrontend", "-mergeable-symbols",
9-
"-Xclang-linker", "-fuse-ld=lld",
109
"-Xclang-linker", "-nostdlib"
1110
]
1211
},
1312
"linker": {
1413
"extraCLIOptions": [
1514
"-T", "Sources/Support/linkerscript.ld",
15+
"-e", "_start",
16+
"-no_zero_fill_sections",
17+
"-segalign", "4",
18+
"-segaddr", "__TEXT", "0x80000",
1619
"--unresolved-symbols=ignore-in-object-files"
1720
]
1821
}

0 commit comments

Comments
 (0)