sorear changed the topic of #riscv to: RISC-V instruction set architecture | https://riscv.org | Logs: https://libera.irclog.whitequark.org/riscv
pabs3 has quit [Quit: Don't rest until all the world is paved in moss and greenery.]
vagrantc has quit [Quit: leaving]
pabs3 has joined #riscv
mechaniputer has quit [Quit: leaving]
EchelonX has joined #riscv
Noisytoot has quit [Excess Flood]
Xyz has joined #riscv
Noisytoot has joined #riscv
EchelonX has quit [Remote host closed the connection]
EchelonX has joined #riscv
pedja has quit [Quit: Leaving]
Xyz has quit [Ping timeout: 272 seconds]
Xyz has joined #riscv
epony has quit [K-Lined]
vagrantc has joined #riscv
vagrantc has quit [Quit: leaving]
vagrantc has joined #riscv
cousteau has quit [Quit: ♫ I can't forget the day I shot that network down ♫]
joev has quit [Ping timeout: 260 seconds]
joev has joined #riscv
ZipCPU has quit [Read error: Connection reset by peer]
ZipCPU has joined #riscv
EchelonX has quit [Quit: Leaving]
bjoto has quit [Ping timeout: 272 seconds]
Xyz has quit [Ping timeout: 265 seconds]
vagrantc has quit [Quit: leaving]
vagrantc has joined #riscv
elastic_dog has quit [Ping timeout: 246 seconds]
elastic_dog has joined #riscv
Xyz has joined #riscv
joev has quit [Ping timeout: 272 seconds]
joev has joined #riscv
guest2345 has joined #riscv
guest2345 has quit [Changing host]
guest2345 has joined #riscv
guest2345 is now known as Trifton_
vagrantc has quit [Quit: leaving]
vagrantc has joined #riscv
_whitelogger has joined #riscv
dor has joined #riscv
dor has quit [Remote host closed the connection]
BootLayer has joined #riscv
vagrantc has quit [Quit: leaving]
dor has joined #riscv
dor has quit [Read error: Connection reset by peer]
dor has joined #riscv
ZipCPU has quit [Ping timeout: 268 seconds]
dor has quit [Ping timeout: 260 seconds]
ZipCPU has joined #riscv
dor has joined #riscv
ZipCPU has quit [Ping timeout: 268 seconds]
ZipCPU has joined #riscv
ZipCPU has quit [Ping timeout: 265 seconds]
ZipCPU has joined #riscv
ZipCPU has quit [Ping timeout: 252 seconds]
ZipCPU has joined #riscv
aredridel has quit [Quit: The Lounge - https://thelounge.chat]
aredridel has joined #riscv
dor has quit [Remote host closed the connection]
jobol has joined #riscv
ZipCPU has quit [Ping timeout: 252 seconds]
ZipCPU has joined #riscv
ZipCPU has quit [Ping timeout: 272 seconds]
ZipCPU has joined #riscv
ZipCPU has quit [Ping timeout: 248 seconds]
ZipCPU has joined #riscv
___nick___ has joined #riscv
jobol has quit [Quit: Leaving]
Gravis has quit [Ping timeout: 246 seconds]
Gravis has joined #riscv
aredridel has quit [Quit: The Lounge - https://thelounge.chat]
aredridel has joined #riscv
merry has joined #riscv
jmdaemon has quit [Ping timeout: 248 seconds]
jay321 has joined #riscv
aerkiaga has joined #riscv
pedja has joined #riscv
qwestion has joined #riscv
Gravis has quit [Ping timeout: 248 seconds]
jay321 is now known as jay2718
vagrantc has joined #riscv
billchenchina has quit [Remote host closed the connection]
billchenchina has joined #riscv
EchelonX has joined #riscv
aerkiaga has quit [Remote host closed the connection]
friedy has joined #riscv
aerkiaga has joined #riscv
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #riscv
Gravis has joined #riscv
Gravis has quit [Ping timeout: 272 seconds]
Gravis has joined #riscv
reda has quit [Quit: Lost terminal]
aerkiaga has quit [Remote host closed the connection]
* DynamiteDan wishes Merry Christhmas to everyone
gdd has quit [Ping timeout: 265 seconds]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
gdd has joined #riscv
___nick___ has joined #riscv
___nick___ has quit [Client Quit]
___nick___ has joined #riscv
zjason` has joined #riscv
zjason has quit [Ping timeout: 272 seconds]
vagrantc has quit [Quit: leaving]
frkazoid333 has joined #riscv
freakazoid332 has quit [Ping timeout: 246 seconds]
Andre_H has joined #riscv
Andre_H has quit [Ping timeout: 272 seconds]
another is now known as another|
BootLayer has quit [Quit: Leaving]
jay2718 has quit [Ping timeout: 255 seconds]
<bjdooks> conchuod: a very simple .s file of
<bjdooks> .text
<bjdooks> shows the issue on my work laptop, just checking here
<bjdooks> jal zero, 1b
<bjdooks> 1:
EchelonX has quit [Quit: Leaving]
<bjdooks> ben@luna:~$ riscv64-linux-gnu-as tmp.s -o tmp.o
<bjdooks> ben@luna:~$ nm tmp.o
<bjdooks> U zero
<bjdooks> 0000000000000000 t .L11
<bjdooks> 0000000000000000 t $xrv64i2p0_m2p0_a2p0_f2p0_d2p0_zmmul1p0
<bjdooks> ben@luna:~$
<bjdooks> luna and rainbowdash are running very similar debian/testing
___nick___ has quit [Ping timeout: 265 seconds]
<another|> bjdooks: works find with `GNU assembler (GNU Binutils) 2.39` on Arch
<another|> s/find/fine/
<bjdooks> it's not producing an error, it's just leaving an unreferenced undefined symbol of zero
<another|> hmm.. riscv64-linux-gnu-nm doesn't print anything
<another|> normal nm has no zero
<bjdooks> GNU assembler version 2.39.50 (riscv64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.39.50.20221208
<conchuod> Might be worth checking what patches debian are carrying (if any)?
<conchuod> >xrv64i2p0_m2p0_a2p0_f2p0_d2p0_zmmul1p0
<conchuod> I do not have zmmul in mine
<conchuod> Just rv64i2p0_m2p0_a2p0_f2p0_d2p0
<another|> have neither
<another|> just $x
<conchuod> I don't see any mention to zmmul in the binutils that I have checked out
<bjdooks> hmm, finding the debian source for gas is not easy
<bjdooks> conchuod: so linux.git with 64bit defconfig shows the issue on my machine
<bjdooks> ERROR: modpost: "zero" [arch/riscv/kvm/kvm.ko] undefined!
<bjdooks> i'll try setup a chroot with older binutils, this must have been fairly recent although i tend ot build unikernels for work
elastic_dog has quit [Ping timeout: 252 seconds]
elastic_dog has joined #riscv
jljusten has quit [Ping timeout: 255 seconds]
aredridel has quit [Quit: The Lounge - https://thelounge.chat]
aredridel has joined #riscv
jljusten has joined #riscv
reda has joined #riscv
jmdaemon has joined #riscv
vagrantc has joined #riscv
pedja has quit [Quit: Leaving]
vagrantc has quit [Quit: leaving]