Which lib is used for unlisted -mabi=rv32imac_zicsr_zifencei_zba_zbb
?
#40
-
I am looking to compile a project for architecture supporting Zicsr, Zifencei and Zba/Zba. The corresponding
None of these list either Zifencei or Zba/Zba extensions. Does it mean these aren't supported (on the prebuilt release at least) or I am missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
Good question. I would say that the |
Beta Was this translation helpful? Give feedback.
-
Ok, after playing around with multilib-generator and building different multi-lib toolchain I have a follow-up question. When we specify something like |
Beta Was this translation helpful? Give feedback.
Not sure if you mean xPack or the "generic"/upstream
riscv-gnu-toolchain
approach but...For xPack you can tweak this script to modify the list of multilibs built:
riscv-none-elf-gcc-xpack/build-assets/scripts/versioning.sh
Lines 139 to 237 in 89586bd