Closed PPParticle closed 2 years ago
I am not an expert, but I do know the GCC toolchain is not up to date for the vector extension. Therefore, most likely your issue is that the code generated by GCC is an old version of RVV and spike is using the latest v1.0
I want to run riscv isa v extension in my computer. But I have encountered some errors.
riscv-gnu-toolchain
riscv-pk
There is no something wrong when installing. But when I git riscv-v-spec and try to run the examples in it. Some mistakes occur.
$ riscv64-unknown-elf-as --march=rv64gcv -o strcpy.o strcpy.s
It shows thatThere are several problems I want to know.