We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37136e3 commit a565f70Copy full SHA for a565f70
1 file changed
port/raspberrypi/rp2xxx/build.zig
@@ -181,6 +181,7 @@ pub fn init(dep: *std.Build.Dependency) Self {
181
.ram_image = true,
182
// we can use the default generated linker script
183
.linker_script = .{},
184
+ .entry = .{ .symbol_name = "_entry_point" },
185
.board = .{
186
.name = "RaspberryPi Pico (ram image)",
187
.url = "https://www.raspberrypi.com/products/raspberry-pi-pico/",
@@ -199,6 +200,7 @@ pub fn init(dep: *std.Build.Dependency) Self {
199
200
.linker_script = .{
201
.file = b.path("ld/rp2350/arm_ram_image_sections.ld"),
202
},
203
204
205
.name = "RaspberryPi Pico 2 (ram image)",
206
.url = "https://www.raspberrypi.com/products/raspberry-pi-pico2/",
0 commit comments