-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile the generate testcase #8
Comments
Could you show me your command line to use the fuzzing tool and error message? |
error: incompatible types when initializing type 'vuint16m1_t' using type 'int' |
and have these type errors: |
I use the command line "./tool/random_gen -c MsgeVX64VBool.c" to create one testcase, and the command line I use to compile one testcase file generated by the tool is "riscv64-unknown-elf-gcc -march=rv64gcv -mabi=lp64d -o MsgeVX64VBool.o MsgeVX64VBool.c" |
MsgeVX64VBool.c: In function 'vredmax_vs_operator_4': |
I use the toolchain provided by GNU but can't compile the testcases. The reason may be the latest version is incompatible with the fuzzing tool. Could you provide the zip file of the environment please? I have tried to use the tar file of toolchain in your another git release but still can't work. I would appreciate it if you can help
The text was updated successfully, but these errors were encountered: