OpenXiangShan / XiangShan-doc

Documentation for XiangShan
https://xiangshan-doc.readthedocs.io
Creative Commons Attribution 4.0 International
329 stars 126 forks source link

fix target triplet and fix riscv-rootfs branch #87

Closed xyyy1420 closed 4 months ago

xyyy1420 commented 4 months ago
  1. some linux distro installed toolchain will using riscv64-linux-gnu-, but riscv-toolchain cannot be compiled to get the riscv64-linux-gnu- prefix, so replace with riscv64-unknown-linux-gnu- could be better?

  2. besides, build SimPoint profiling workload should use branch checkpoint in repo riscv-rootfs

  3. fix writting error

  4. add yylloc multiple definition problem solution

  5. add riscv-pk need zicsr ext problem solution