Hi, I followed the same steps with jmmarostegui but I got following error when executing make all after
source configs/pulpissimo.sh. At some point I got this error.
sdk:pulp-rt:prepare (pulpissimo@config_file=chips/pulpissimo/pulpissimo.json): make header
make[1]: Entering directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
make[1]: Nothing to be done for 'header'.
make[1]: Leaving directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
Reached EOF with exit status 0
sdk:pulp-rt:build (pulpissimo@config_file=chips/pulpissimo/pulpissimo.json): make build_all
make[1]: Entering directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
make build_rt install
make[2]: Entering directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
/opt/riscv/pulp-sdk/pkg/pulp_riscv_gcc/1.0.14/bin/riscv32-unknown-elf-gcc -march=rv32imfcxpulpv2 -mfdiv -D__riscv__ -I/opt/riscv/pulp-sdk/runtime/pulp-rt/kernel -D__RT_USE_IO=1 -D__RT_USE_ASSERT=1 -Os -g -fno-jump-tables -Werror -Wextra -Wall -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wundef -fno-tree-loop-distribute-patterns -D__RT_USE_BRIDGE=1 -D__RT_USE_WARNING=1 -DCONFIG_CHECK_CLUSTER_START=1 -DCONFIG_PADS_ENABLED=1 -D__RT_UDMA_COPY_ASM=1 -D__RT_I2C_COPY_ASM=1 -D__RT_SPIM_COPY_ASM=1 -DRT_CONFIG_RTC_ENABLED -DRT_CONFIG_GPIO_ENABLED -fdata-sections -ffunction-sections -I/opt/riscv/pulp-sdk/pkg/sdk/dev/install/include/io -I/opt/riscv/pulp-sdk/pkg/sdk/dev/install/include -include /opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/fc_config.h -MMD -MP -c kernel/init.c -o /opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/rt/fc/kernel/init.o
riscv32-unknown-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory
/opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/__rules.mk:58: recipe for target '/opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/rt/fc/kernel/init.o' failed
make[2]: *** [/opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/rt/fc/kernel/init.o] Error 1
make[2]: Leaving directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
Makefile:114: recipe for target 'build_all' failed
make[1]: *** [build_all] Error 2
make[1]: Leaving directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
Reached EOF with exit status 2
FATAL ERROR: the command 'build' has failed
Makefile:6: recipe for target 'all' failed
make: *** [all] Error 255
Thanks in advance.
source configs/pulpissimo.sh. At some point I got this error.
sdk:pulp-rt:prepare (pulpissimo@config_file=chips/pulpissimo/pulpissimo.json): make header
make[1]: Entering directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
make[1]: Nothing to be done for 'header'.
make[1]: Leaving directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
Reached EOF with exit status 0
sdk:pulp-rt:build (pulpissimo@config_file=chips/pulpissimo/pulpissimo.json): make build_all
make[1]: Entering directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
make build_rt install
make[2]: Entering directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
/opt/riscv/pulp-sdk/pkg/pulp_riscv_gcc/1.0.14/bin/riscv32-unknown-elf-gcc -march=rv32imfcxpulpv2 -mfdiv -D__riscv__ -I/opt/riscv/pulp-sdk/runtime/pulp-rt/kernel -D__RT_USE_IO=1 -D__RT_USE_ASSERT=1 -Os -g -fno-jump-tables -Werror -Wextra -Wall -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wundef -fno-tree-loop-distribute-patterns -D__RT_USE_BRIDGE=1 -D__RT_USE_WARNING=1 -DCONFIG_CHECK_CLUSTER_START=1 -DCONFIG_PADS_ENABLED=1 -D__RT_UDMA_COPY_ASM=1 -D__RT_I2C_COPY_ASM=1 -D__RT_SPIM_COPY_ASM=1 -DRT_CONFIG_RTC_ENABLED -DRT_CONFIG_GPIO_ENABLED -fdata-sections -ffunction-sections -I/opt/riscv/pulp-sdk/pkg/sdk/dev/install/include/io -I/opt/riscv/pulp-sdk/pkg/sdk/dev/install/include -include /opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/fc_config.h -MMD -MP -c kernel/init.c -o /opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/rt/fc/kernel/init.o
riscv32-unknown-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory
/opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/__rules.mk:58: recipe for target '/opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/rt/fc/kernel/init.o' failed
make[2]: *** [/opt/riscv/pulp-sdk/build/sdk/pulp-rt/pulpissimo/rt/fc/kernel/init.o] Error 1
make[2]: Leaving directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
Makefile:114: recipe for target 'build_all' failed
make[1]: *** [build_all] Error 2
make[1]: Leaving directory '/opt/riscv/pulp-sdk/runtime/pulp-rt'
Reached EOF with exit status 2
FATAL ERROR: the command 'build' has failed
Makefile:6: recipe for target 'all' failed
make: *** [all] Error 255
Thanks in advance.