I am already using master branch. The FAIL is: xgcc: fatal error: Cannot find suitable multilib set for '-march=rv64imafdcv_zicsr_zifencei_zfhmin_zve32f_zve32x_zve64d_zve64f_zve64x_zvfh_zvl128b_zvl32b_zvl64b'/'-mabi=lp64d' I will update binutils again today to see whether it can fix the issue. juzhe.zhong@rivai.ai From: Jeff Law Date: 2023-11-10 07:58 To: 钟居哲; rdapp.gcc; gcc-patches; palmer; kito.cheng Subject: Re: [PATCH] RISC-V/testsuite: Fix zvfh tests. On 11/9/23 15:43, 钟居哲 wrote: > Hi. Robin. [ ... ] You may need a development version of binutils to get the zfh/zvfh support and unreleased patches to get zfb/zvfb support. Probably the easiest thing to do would be to look in the gcc.log file at those failures and see what the excess failure is. If it's a diagnostic from the assembler about an unrecognized instruction or something similar, then that's a pretty clear sign you need a newer binutils. jeff