<davidlt[m]>
aurel32: is that with GCC 12 and binutils 2.38?
<davidlt[m]>
"-march=rv64gc -march=rv64imafdc" that looks wrong
<davidlt[m]>
aurel32: I pinged Kito, but could you also create a bug report if you think this is valid bug ?
<davidlt[m]>
Having bug reports in bugzilla might be a better way to track all of this, especially as GCC 12 in a late stage where only bug fixes allowed
jcajka has joined #fedora-riscv
bkircher has joined #fedora-riscv
<aurel32>
nope that was with gcc 11 (but i don't think binutils should require a new gcc)
<aurel32>
i'll try with gcc 12 but i still need to get it built
<davidlt[m]>
aurel32: Kito is looking into it
<davidlt[m]>
aurel32: the suggestion is to use --with-isa-spec=2.2 if you have GCC 11 + binutils 2.38 setup
<aurel32>
ok, thanks for the feedback
<davidlt[m]>
aurel32: in general I feel that your work testing all of this is more beneficial compared to going with --with-isa-spec=2.2 :)
<davidlt[m]>
aurel32: I see you sent OpenSBI patch too, are you planning to look into U-Boot too?