Edwin Amsler
Edwin Amsler
I've had the same error. Building from source got my `perf` Ubuntu 20.04 Linux mymachine 5.4.0-65-generic #73-Ubuntu SMP Mon Jan 18 17:25:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
That's largely how I use it on macOS and it's great. Linux I have yet to get working properly.
I gave it a shot, but I'm in a different boat. No dice on my side. I'm still just left with perf.data ``` $ cargo flamegraph --root --no-inline --bin game...
After finding [this](https://doc.rust-lang.org/book/no-stdlib.html) and injecting the "create" example with a little Canadian personality function, it's now dying on multiple "start" functions, which is a bit silly... I'll let you guys...
Updated to a new nightly, new problems: ``` edwinamsler@chip-01:~/Documents/Code/steed$ TARGET=armv7-unknown-linux-steedeabihf bash ci/script.sh --verbose + main + examples=(_llseek create format format hello instant open preadwrite stderr system-time vec zero) + local...
Also, just for a fun wrinkle, I tried running the whole thing with `cross run --example create` and got a multple _start definition error. I guess that makes sense as...
Ugh. Mildly discouraged. Here are the results from the recommendation of an out-of-the-box experience on an ARMv7 machine: (probably trying to run the wrong arch in the container) ``` edwinamsler@chip-01:~/Documents/Code/steed$...
Ah well, ya live, ya learn. Xargo's a bit of a problem because it assumes .rustup for the Rust installation which I don't really have. I can run through some...
I’m mostly a hobbiest but have been tinkering (very lightly) with micro controllers since 2009 with ATMega devices. I’m no stranger to reading data sheets and writing to registers but...
Also relevant: Hardware is Raspberry Pi B+ $ uname -a Linux raspberrypi 4.4.13+ #894 Mon Jun 13 12:43:26 BST 2016 armv6l GNU/Linux $ uname -r 4.4.13+ For fun, I tried...