-
I would like to be able to package u-boot directly on my Rock Pi 4 instead of having to use a x86_64 linux machine. I'm currently able to run both "firmwareMerger" and "resource_tool", using usermode …
-
My adventures with static linking and native dependencies have been frustrating – because of the multitude of different `build.rs` scripts each configured in a different way, the build environment is …
-
We ran into an issue of prebuilt clang binaries needing a too-new version of glibc, and that sparked me to build our own clang distribution from source. I made it fully statically linked to avoid glib…
-
### saldl -v
git @ 0926ac10406189326633f12aad75883809256d72
### Describe the issue / How to reproduce
As far as I can tell, it doesn't seem possible to compile saldl statically... It would be r…
-
If ros_comm has been build in Debug-mode (which is catkins default), and one starts roscore, two rosout-process are launch, which taking up about 80% to 160% cpu load. The reason for this is a busy lo…
-
Users want to create and reuse colors without copy-pasting hex codes.
Add a color palette tool which allows designers & users to set a group of colors for reuse, even with names they can refer to. Pe…
-
```
What steps will reproduce the problem?
1. ./configure --disable-gpg --disable-curl --disable-shared --enable-static
--with-static-libopkg CFLAGS="--static" LDFLAGS="--static"
2. make
What is the…
-
Being able to generate C code with embedded calls to FMUs would be very valuable. The exported code can be linked either statically or dynamically to the FMU DLLs.
Identified steps:
- [ ] Code cl…
-
It's really cool that I can build an app that compiles to native via webkitgtk, but I also can't use it outside of NixOS because the executable is dynamically linked against the nix store. I'd like to…
-
A _Continuous Integration_ (_CI_) workflow needs to be added by the use of _Github Actions_. In this way, the project quality would grow as now, the project could be compiled without any doubts under …