ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
Foxyloxy has quit [Read error: Connection reset by peer]
Foxyloxy has joined #rust-embedded
jcroisant has quit [Quit: Connection closed for inactivity]
AdamHorden has joined #rust-embedded
notgull has joined #rust-embedded
emerent has quit [Ping timeout: 264 seconds]
emerent_ has joined #rust-embedded
emerent_ is now known as emerent
notgull has quit [Ping timeout: 264 seconds]
thejpster[m] has quit [Quit: Idle timeout reached: 172800s]
chrysn[m] has quit [Quit: Idle timeout reached: 172800s]
notgull has joined #rust-embedded
notgull has quit [Ping timeout: 276 seconds]
IlPalazzo-ojiisa has joined #rust-embedded
markov_twain has quit [Quit: markov_twain]
cr1901 has quit [Quit: Leaving]
cr1901 has joined #rust-embedded
Socke has quit [Quit: WeeChat 4.0.5]
cr1901 has quit [Remote host closed the connection]
notgull has joined #rust-embedded
cr1901 has joined #rust-embedded
Socke has joined #rust-embedded
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #rust-embedded
notgull has quit [Ping timeout: 245 seconds]
notgull has joined #rust-embedded
Socke has quit [Ping timeout: 245 seconds]
notgull has quit [Ping timeout: 260 seconds]
Socke has joined #rust-embedded
diondokter[m] has quit [Quit: Idle timeout reached: 172800s]
Mathias[m] has quit [Quit: Idle timeout reached: 172800s]
d3zd3z[m] has quit [Quit: Idle timeout reached: 172800s]
barnabyw[m] has quit [Quit: Idle timeout reached: 172800s]
crabbedhaloablut has quit [Read error: Connection reset by peer]
crabbedhaloablut has joined #rust-embedded
fuse117[m] has quit [Quit: Idle timeout reached: 172800s]
firefrommoonligh has quit [Quit: Idle timeout reached: 172800s]
adamgreig[m] has quit [Quit: Idle timeout reached: 172800s]
vollbrecht[m] has quit [Quit: Idle timeout reached: 172800s]
thejpster[m] has joined #rust-embedded
<thejpster[m]> Has anyone ever seen a working example of RWPI using LLVM, even in C? When I try, I get an error from the linker about a symbol in the debug section. I guess if the location of values in RAM is entirely relative to R9 (or some other register), it doesn't make sense to debug symbols? And if so ... how do you turn them off?
<thejpster[m]> * them off in Rust?
<thejpster[m]> This is the same error you get from rustc if you try and build with -C relocation-model=rwpi, regardless of the debug level
jcroisant has joined #rust-embedded
<thejpster[m]> hmm, ok you get the same error if you build with cargo ... but I was able to build using plain rustc.
<thejpster[m]> yeah, ok, -g makes rustc pop as well. That's a shame. Maybe when I was driving cargo I wasn't setting the right option for disabling debug info.
<JamesMunns[m]> debug = false in the profile should do that, afaik
notgull has joined #rust-embedded
romancardenas[m] has joined #rust-embedded
<romancardenas[m]> **New releases from the RISC-V team:**... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/bUYvKINttLOcrpvyiNKyGMoP>)
notgull has quit [Ping timeout: 264 seconds]
Alex[m]123456 has joined #rust-embedded
<Alex[m]123456> Trying to setup probe-rs and got a problem with my binary path when I try to run:... (full message at <https://catircservices.org/_matrix/media/v3/download/catircservices.org/YXyraybFvioOrAnoBUXplmSt>)
<danielb[m]> Try removing ./ or set cwd
<Alex[m]123456> YESSSSS TY
<Alex[m]123456> cwd fixed it
<Alex[m]123456> Quick question... I'm moving from openocd (and cortex-dedug) to probe-rs. Do I still need .gdbinit?
<Alex[m]123456> Ahh I'm assuming not
<Alex[m]123456> Holy carp it's working. I'm so happy