yegortimoshenko has quit [Remote host closed the connection]
yegortimoshenko has joined #nixos-dev
pie___ has joined #nixos-dev
pie__ has quit [Ping timeout: 248 seconds]
lopsided98 has quit [Remote host closed the connection]
lopsided98 has joined #nixos-dev
ma271 has quit [Ping timeout: 265 seconds]
Lisanna has quit [Quit: Lisanna]
Lisanna has joined #nixos-dev
Lisanna has quit [Client Quit]
pie___ has quit [Ping timeout: 240 seconds]
mbrgm has quit [Ping timeout: 268 seconds]
mbrgm has joined #nixos-dev
lopsided98 has quit [Remote host closed the connection]
lopsided98 has joined #nixos-dev
<lopsided98>
dtz: Did you have gcc7 cross builds working? I see that you did some work with musl, but did you test normal ARM cross compilation?
<lopsided98>
Both armv7 and aarch64 cross are failing for me, but with different errors
yegortimoshenko has quit [Remote host closed the connection]
yegortimoshenko has joined #nixos-dev
taktoa has quit [Remote host closed the connection]
taktoa has joined #nixos-dev
<dtz>
For cross I don't know if gcc7 worked, but iirc neither does gcc6 that's not part of stdenv since wrappers are a bit wonky at that point...
<dtz>
To be clear, are you seeing a regression on that front or just wondering if it is expected to work now?
orivej has quit [Ping timeout: 248 seconds]
vcunat has joined #nixos-dev
ma271 has joined #nixos-dev
ma271 has quit [Remote host closed the connection]
ma272 has joined #nixos-dev
goibhniu has joined #nixos-dev
vcunat has quit [Ping timeout: 264 seconds]
taktoa has quit [Remote host closed the connection]
ma272 has quit [Ping timeout: 260 seconds]
ma272 has joined #nixos-dev
taktoa has joined #nixos-dev
orivej has joined #nixos-dev
FRidh has joined #nixos-dev
pie___ has joined #nixos-dev
taktoa_ has joined #nixos-dev
taktoa has quit [*.net *.split]
octe has quit [*.net *.split]
pie___ has quit [Ping timeout: 256 seconds]
octe has joined #nixos-dev
pie___ has joined #nixos-dev
vcunat has joined #nixos-dev
goibhniu has quit [Ping timeout: 260 seconds]
vcunat has quit [Ping timeout: 260 seconds]
vcunat has joined #nixos-dev
srhb has quit [Quit: Quit]
vcunat has quit [Ping timeout: 260 seconds]
vcunat has joined #nixos-dev
orivej has quit [Ping timeout: 248 seconds]
cransom has quit [Quit: WeeChat 1.7]
cransom has joined #nixos-dev
cransom has quit [Quit: WeeChat 2.0]
cransom has joined #nixos-dev
alunduil has joined #nixos-dev
cransom has quit [Client Quit]
zarel has joined #nixos-dev
FRidh has quit [Quit: Konversation terminated!]
vcunat has quit [Read error: Connection reset by peer]
vcunat has joined #nixos-dev
vcunat has quit [Read error: Connection reset by peer]
vcunat has joined #nixos-dev
ma272 has quit [Quit: WeeChat 2.0]
ma27 has joined #nixos-dev
cransom has joined #nixos-dev
goibhniu has joined #nixos-dev
vcunat has quit [Read error: Connection reset by peer]
vcunat has joined #nixos-dev
srhb has joined #nixos-dev
cransom has quit [Quit: WeeChat 2.0]
cransom has joined #nixos-dev
orivej has joined #nixos-dev
zarel has quit [Ping timeout: 240 seconds]
zarel_ has joined #nixos-dev
zarel_ has quit [Quit: Leaving]
<lopsided98>
dtz: I'm not using gcc7 on its own. I have a device running a cross compiled kernel and my hydra builds broke when the kernel switched to using gcc7.
<lopsided98>
The build errors seem kind of strange to me - on armv7 I get hundreds of errors like: "error: 'std::is_convertible_v' declared as an 'inline' variable"
<lopsided98>
gcc6 cross still works
<lopsided98>
I'm starting to suspect that it might be because gcc6 is used to compile gcc7, and it looks like it does not go through the bootstrapping process
vcunat has quit [Ping timeout: 248 seconds]
pie___ is now known as pie_
lopsided98 has quit [Ping timeout: 255 seconds]
lopsided98 has joined #nixos-dev
<shlevy>
Anyone here done any work on risc-v cross compilation? Getting a HiFive Unleashed in April and want it to be ready to run NixOS from day one :)