pulp-platform / pulpino

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

make helloworld.vsim #392

Closed aledolme closed 1 year ago

aledolme commented 1 year ago

Hello everyone. I'm trying to compile the simplest test of pulpino, but I'm encountering some troubles. Version control and the first steps of running simulation are good. When I try yo compile helloworld.vsim examples, I get the following error:

Entering directory '/home/pulpino/sw/build' [ 0%] Building C object libs/bench_lib/CMakeFiles/bench.dir/src/bench.c.o /home/pulpino/sw/libs/bench_lib/src/bench.c:1:0: error: bad value (IMXpulpv2) for -march= switch // Copyright 2017 ETH Zurich and University of Bologna. Entering directory '/home/Desktop/pulpino/sw/build' [ 0%] Building C object libs/bench_lib/CMakeFiles/bench.dir/src/bench.c.o /home/Desktop/pulpino/sw/libs/bench_lib/src/bench.c:1:0: error: bad value (IMXpulpv2) for -march= switch // Copyright 2017 ETH Zurich and University of Bologna.

Which can be the problem?

Thanks you