Louis
Louis
If you use the example repo, take the builder_signal program and add an object attribute to the button. It will panic with the same error. I new to GTK, basically...
Is it possible to make defmt works on standard x86 linux? It fails to link with the custom linker script. If I don't use the custom linker script `readelf` still...
Is there any hope of making it work by setting the right compiler flags so that the log strings are "at the right place"? I don't know much about linking...
With the following parameters linking succeed but the program segfault immediately. I think the default `defmt` script might overwrite stuff. ``` -C relocation-model=static -C target-feature=+crt-static -C link-arg=-Tdefmt.x ``` --- For...
I had assume that the default linker script was always passed as a parameter. Looks like is it not. After adding it to `.cargo/config` my program compiles and runs, and...
I just tried again: ``` sudo ./mklive.sh -b "base-minimal" -p "linux-lts" -v linux-lts ... [4/9] Generating initramfs image (xz)... dracut: Cannot find module directory /lib/modules/4.14_2/ dracut: and --no-kernel was not...
I made a PR at alexcrichton/curl-rust#427
I found an ugly alternative. https://wiki.debian.org/Subkeys (step 5)
Is there any way I can achieve what I want to do?
I am also interested in this for packaging in Void Linux (void-linux/void-packages#31203)