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]>
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