ChanServ changed the topic of #yosys to: Yosys Open SYnthesis Suite: https://github.com/YosysHQ/yosys/ | Channel logs: https://libera.irclog.whitequark.org/yosys/
tpb has quit [Remote host closed the connection]
tpb has joined #yosys
kivikakk1 has left #yosys [#yosys]
Guest60 has joined #yosys
Guest60 has quit [Client Quit]
peepsalot has quit [Read error: Connection reset by peer]
peepsalot has joined #yosys
SpaceCoaster has quit [Ping timeout: 240 seconds]
derekn has quit [Ping timeout: 246 seconds]
SpaceCoaster has joined #yosys
<jevinskie[m]> <whitequark> "it's pretty easy to make binja..." <- I have a non-commercial, personal license
FabM has joined #yosys
FabM has joined #yosys
FabM has quit [Changing host]
<mewt> i/26
derekn has joined #yosys
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #yosys
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #yosys
kristianpaul has quit [Read error: Connection reset by peer]
kristianpaul has joined #yosys
sneep has quit [Ping timeout: 248 seconds]
sneep has joined #yosys
<whitequark> <jevinskie[m]> "I have a non-commercial, persona..." <- yeah
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #yosys
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #yosys
chaoticryptidz has joined #yosys
josuah has quit [Quit: josuah]
josuah has joined #yosys
cr1901 has quit [Remote host closed the connection]
cr1901 has joined #yosys
bjorkintosh has joined #yosys
bjorkintosh has quit [Changing host]
bjorkintosh has joined #yosys
bjorkintosh has quit [Quit: Leaving]
bjorkintosh has joined #yosys
bjorkintosh has quit [Changing host]
bjorkintosh has joined #yosys
so-offishul has joined #yosys
so-offish has quit [Ping timeout: 246 seconds]
so-offish1 has joined #yosys
so-offish1 has quit [Client Quit]
so-offishul has quit [Ping timeout: 240 seconds]
so-offish has joined #yosys
<so-offish> Hey everybody, building with MSYS2-Clang64 on Windows, I always get some "extra" output lines that aren't there when I build on e.g. Ubuntu
<so-offish> couldn't read file "/proc/19986/fd/63": no such file or directory
<so-offish> couldn't read file "/proc/19990/fd/63": no such file or directory
<so-offish> I think this comes from the part of the makefile that checks to see if Homebrew is being used
vancz has quit []
vancz has joined #yosys
so-offish has quit [Quit: Leaving]
Zaba has quit [Remote host closed the connection]
ymherklotz has quit [Read error: Connection reset by peer]
muuo has quit [Remote host closed the connection]
muuo has joined #yosys
ymherklotz has joined #yosys
Zaba has joined #yosys
so-offish has joined #yosys
FabM has quit [Ping timeout: 264 seconds]
<so-offish> I get a bunch of errors in the terminal when I launch nextpnr: "QObject::connect: signal not found in QAction" like
<so-offish> I think things in the GUI in my build aren't "hooked up" to the GUI. Interesting
<so-offish> IF YOU BUILD IT WITH CLANG, YOU GET THAT ERROR. IF YOU BUILD WITH GCC IT GOES AWAY.
cr1901 has quit [Read error: Connection reset by peer]
nonchip has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nonchip has joined #yosys
cr1901 has joined #yosys
so-offish has quit [Read error: Connection reset by peer]
so-offish has joined #yosys
<so-offish> My last comment was about the Linux build - I built with Clang, GUI wasn't functional. Built with GCC - bam, working. Am I the only person who ran into this?