Edwin Amsler
Edwin Amsler
Apparently the Linux kernel requires `bc` to build properly. Here are a few references: https://www.raspberrypi.org/documentation/linux/kernel/building.md http://www.gossamer-threads.com/lists/gentoo/user/269395
So far I'm really enjoying flamegraph! It's a better solution than what I'd cobbled together on my own. However, I have a bit of a problem: ``` mymachine:busy_work me$ sudo...
I have PowerPC (IBM G3) and ARMv7 (Allwinner R18) with cross installed and steed's dependencies built. I removed the docker bits that I don't need and passed in the targets....
Both SPI and I2C have some concept of a transaction. SPI you assert an enable pin before sending data, I2C has `start` and `end` messages. I'm finding that as I...
Hmm. Tried installing the CLI based on the README and it failed: ``` $ cargo install hematita_cli Updating crates.io index error: could not find `hematita_cli` in registry `crates-io` with version...
I entirely expect this is because I'm not using actual `gcc` but I hit link-time errors when building at the moment: ``` WARN rustc_codegen_ssa::back::link Linker does not support -no-pie command...
Hmm. Not much luck at all today. GCC on Ubuntu 22.10 may have dropped support for 16bit binaries: ``` error: linking with `cc` failed: exit status: 1 | = note:...
It seems that the `visibility` crate was to just make certain functions public to test. I figured the easier thing to do would be to change the function visibility to...
Rust 1.67 nightly was complaining about the allow here: ``` 1101 | #[allow(unused_mut, unused_variable, unused_assignments)] | ^^^^^^^^^^^^^^^ help: did you mean: `unused_variables` ``` Seems to be fine now with both...
Currently the collection of RCSs started by the render queue ASG don't allow the ALB clients to be routed to specific Docker containers. This means that when Deadline makes mutli-query...