Closed wwwuxy closed 2 weeks ago
when i run make sim elf-bin=$RISCV/riscv64-unknown-elf/bin/pk target-options=posit64_testsuite_llvm.elf batch-mode=1,i get a fault, i remove all of -pedanticerrors in makefile, then success running,but later i get issue #4 , I'm confused right now
make sim elf-bin=$RISCV/riscv64-unknown-elf/bin/pk target-options=posit64_testsuite_llvm.elf batch-mode=1
-pedanticerrors
This should be solved by removing the -pedanticerrors from the makefile as suggested
thank you very much~
Fixed in #8
when i run
make sim elf-bin=$RISCV/riscv64-unknown-elf/bin/pk target-options=posit64_testsuite_llvm.elf batch-mode=1
,i get a fault, i remove all of-pedanticerrors
in makefile, then success running,but later i get issue #4 , I'm confused right now