pulp-platform / pulpino

An open-source microcontroller system based on RISC-V
http://www.pulp-platform.org
Other
878 stars 296 forks source link

something about make helloworld.vsim #382

Open pengpenglinghui opened 2 years ago

pengpenglinghui commented 2 years ago

./cmake_configure.zeroriscy.gcc.sh

make vcompile

make helloworld.vsimc

i cant see “helloworld”

Screenshot from 2021-10-28 15-21-48

YJ-Guan commented 2 years ago

I have met the same problem with zero-riscy, and reported illegal instruction in GUI with messy code from uart. Do u have any approach to this question? Many Thanks!

YJ-Guan commented 2 years ago

I have fixed this problem. The key point is to re compile the riscy-gnutoolchain with "make ZERORISCY=1" to fit the zero-riscy. :-D