WSalmon has quit [Quit: No Ping reply in 180 seconds.]
mrtazz has quit [Quit: Leaving.]
mrtazz_ is now known as mrtazz
WSalmon has joined #rust-embedded
<re_irc>
<@dhr33ti:matrix.org> Hello!
<re_irc>
We at Purdue University are conducting a survey to better understand the applicability of Rust for Embedded Systems. The purpose of this study is to identify the challenges that developers face when using Rust for embedded systems.
<re_irc>
The survey should take no more than 10 minutes to complete, and your participation is voluntary. All responses will remain confidential.
<re_irc>
We appreciate your time and contribution to this research. Please feel free to share this message with anyone who might be interested in participating.
Dr_Who has joined #rust-embedded
crabbedhaloablut has quit [Ping timeout: 276 seconds]
Dr_Who has quit [Quit: ZZZzzz…]
crabbedhaloablut has joined #rust-embedded
<re_irc>
<@barafael:matrix.org> I have this project which uses egui to display an initial config screen for my e-hal driver. It uses clap and klask under the hood. It works nicely if I compile this for raspberry pi ON THE PI (apart from being slow). If I cross-compile using "cross", I obviously get linker errors (missing xcb, xcb-render, xcb-shape, xcb-xfixes at least). I'm not sure how I can fix these so that I can actually cross-compile here?
<re_irc>
<@barafael:matrix.org> : I assume this goes into flake.nix? And, what then? I am looking around but not really finding any resources here either
<re_irc>
<@k900:0upti.me> That goes into "flake.nix" and then you can just "nix build"
<re_irc>
<@barafael:matrix.org> i tried that, it's saying something about extra-experimental-features not being supported. I added "--extra-experimental-features" everywhere but it doesn't seem to help
<re_irc>
<@k900:0upti.me> Run `nix build --extra-experimental-features "flakes nix-command"
<re_irc>
<@barafael:matrix.org> No such file or directory is what I get. Today is not the day, I'm out of time and juice... Thanks for your help though :