haritz has quit [Remote host closed the connection]
haritz has joined #riscv
cousteau has quit [Ping timeout: 240 seconds]
haritz has quit [Changing host]
haritz has joined #riscv
Tenkawa has joined #riscv
cousteau has joined #riscv
damian101_ has joined #riscv
damian101 has quit [Ping timeout: 252 seconds]
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
turbobit_ has joined #riscv
TurBo_biT has quit [Ping timeout: 252 seconds]
haritz has joined #riscv
haritz has quit [Changing host]
haritz has joined #riscv
psydroid has quit [Ping timeout: 252 seconds]
heat has joined #riscv
naoki has quit [Quit: naoki]
psydroid has joined #riscv
shoragan has quit [Ping timeout: 252 seconds]
damian101 has joined #riscv
damian101_ has quit [Ping timeout: 252 seconds]
<wigyori>
hi - does someone know how to build an fsbl image for the sg2002 with a mainline toolchain i.e. gcc13 ?
<wigyori>
gcc13 drops an "Error: x ISA extension `xthead' must be set with the versions" - there is an icache.iall and sync.i call in the cpu_helper.c
<wigyori>
for the cv1800 (i.e. the milkv duo) there is a prebuilt bl2, so i can build a mainline u-boot, but couldn't find such for the sg2002
<bjdooks>
that sounds more like a binutils issue, not a gcc one
fuwei has joined #riscv
TurBo_biT has joined #riscv
turbobit_ has quit [Quit: Leaving]
saulosilva has joined #riscv
saulosilva has quit [Quit: Client closed]
shoragan has joined #riscv
SpaceCoaster_ has joined #riscv
SpaceCoaster has quit [Ping timeout: 265 seconds]
SpaceCoaster_ is now known as SpaceCoaster
cousteau has quit [Quit: Client closed]
<palmer>
wigyori: ya, and you're probably missing something like "xtheadvector1p0" in the "-march" string. I think Charlie's latest patches should work, but if you're using vendor trees then you'll probably have to make sure how it's enabling the extensions matches what the toolchain wants