mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.57k stars 274 forks source link

compatibilty with g++ #278

Open nate-4000 opened 1 year ago

nate-4000 commented 1 year ago

i changed like 10 bytes

mortbopet commented 1 year ago

Are you sure this is the case for all compilers? As far as i can tell, relevant documentation for the bare-metal toolchain(s) still reference the existing ABI strings: https://www.sifive.com/blog/all-aboard-part-1-compiler-args https://gcc.gnu.org/onlinedocs/gcc/RISC-V-Options.html Are you sure that you are using a bare-metal compiler?