-
There are quite a few sections unspecified at the moment (mostly debug related). Adding them would allow linking with the `--orphan-handling=error` option to check for accidentally missed ones (that w…
-
I've created a new empty project for the board frdm_kl05z.
I haven't changed the contents of any of the project files at all (including main.c).
On compiling i get this error:
`Generating LD scri…
-
Sorry for the cheesy title, feel free to change it
With the current state and plans of Zig, it's looking like the only case where you need a language other than Zig for writing firmware/software, i…
-
Hello,
During project setup, `dunamai` package were missing on first `ninja` call:
```text
[0/32] meson setup sentry
The Meson build system
Version: 1.6.0
Source dir: /src/sentry
Build dir:…
-
```
What steps will reproduce the problem?
1.Specify a set of library archives using GROUP command in linker script. Make
sure the SEARCH_DIR option is set for the directories conatining those archiv…
-
The commit message on 91545564e7645b21ff93049fce4c74f1bfef6884 implies that discarding `.eh_frame` sections in pure C builds would reduce the memory footprint of the resulting binary.
But since only…
-
Hi, I’ve encountered issues building Chromium while experimenting with the suggested (non-)thinLTO configurations. Here are the main challenges:
- Linker Errors: When attempting to build Chromium usi…
-
More needs to be done for RGBLINK to become a viable C toolchain linker, in order of importance:
- [x] Linker script must be able to specify floating sections (SDCC "floating" areas do not convey a…
-
# RISC-V from scratch 2: Hardware layouts, linker scripts, and C runtimes
A post describing how C programs get to the main function. Devicetree layouts, linker scripts, minimal C runtimes, GDB and…
-
```
export CC="/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-gcc"
export CXX="/opt/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-g+…