Build failing in spikeTrace

21 views
Skip to first unread message

Hrishikesh Nair

unread,
Aug 17, 2022, 5:26:03 AM8/17/22
to Tejas
Hi

I've been trying to set up RISCV on Tejas and I'm having difficulty in running the build.sh script in spikeTrace.
I've attached the error I get below. Could you please help?

Thanks
spikeTrace.jpg

Shubhankar Singh

unread,
Aug 17, 2022, 5:35:30 AM8/17/22
to teja...@googlegroups.com
Hi,

Please first build using the build.sh script available here. Later you can rebuild the patched version.

Regards,
Shubhankar

--
You received this message because you are subscribed to the Google Groups "Tejas" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tejas_sim+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tejas_sim/12638a47-cc29-4836-ae4a-3bd88b0f83c6n%40googlegroups.com.

Hrishikesh Nair

unread,
Aug 17, 2022, 6:04:27 AM8/17/22
to Tejas
Hi,

This is the build that I have been using:

#! /bin/bash
#
# Script to build RISC-V ISA simulator, proxy kernel, and GNU toolchain.
# Tools will be installed to $RISCV.
. build.common
export RISCV=/home/hrishikesh/Downloads/riscv-tools
echo "Starting RISC-V Toolchain build process"
build_project riscv-openocd --prefix=$RISCV --enable-remote-bitbang --enable-jtag_vpi --disable-werror
build_project riscv-fesvr --prefix=$RISCV
build_project riscv-isa-sim --prefix=$RISCV --with-fesvr=$RISCV --enable-histogram
build_project riscv-gnu-toolchain --prefix=$RISCV
CC= CXX= build_project riscv-pk --prefix=$RISCV --host=riscv64-unknown-elf
build_project riscv-tests --prefix=$RISCV/riscv64-unknown-elf
echo -e "\\nRISC-V Toolchain installation completed!"

Could you please send the version of the build.sh script you mentioned?

Shubhankar Singh

unread,
Aug 17, 2022, 6:12:56 AM8/17/22
to teja...@googlegroups.com
my version of build.sh is already available in sipketrace folder available on tejas website

Hrishikesh Nair

unread,
Aug 18, 2022, 11:43:22 AM8/18/22
to Tejas
That is the build I'm currently using (from the spikeTrace folder on the Tejas website), do you have any idea what could be going wrong?

Thanks

Reply all
Reply to author
Forward
0 new messages