> xgcc: fatal error: Cannot find suitable multilib set for > '-march=rv32imafdcv_zicsr_zifencei_zfh_zfhmin_zve32f_zve32x_zve64d_zve64f_zve64x_zvl128b_zvl32b_zvl64b'/'-mabi=ilp32d'^M > compilation terminated.^M > compiler exited with status 1 > FAIL: gcc.target/riscv/rvv/autovec/vmv-imm-run.c -O3 -ftree-vectorize (test > for excess errors) > Excess errors: > xgcc: fatal error: Cannot find suitable multilib set for > '-march=rv32imafdcv_zicsr_zifencei_zfh_zfhmin_zve32f_zve32x_zve64d_zve64f_zve64x_zvl128b_zvl32b_zvl64b'/'-mabi=ilp32d' > compilation terminated. > > My compile option is : --with-arch=rv32gcv_zfh_zvfh --with-abi=ilp32d > > I am using SPIKE but I don't think simulator cause such issue since it is > compile issue.
Ok, that's no spike issue but some config issue. I also didn't enable multilib and those tests should work regardless. The problem seems to be just with the run tests in those two directories and they are no different than other tests so it's probably a problem how they are invoked by the test harness? I'm going to configure with --with-arch=rv32gcv_zfh_zvfh --with-abi=ilp32d to see if there is any difference. Regards Robin