Hello,
I get this error while I am trying to build the RTL.
Can you please let me know what I am doing wrong ?
Solution:
I must change the bash version in the Makefile.
I get this error while I am trying to build the RTL.
Code:
~/workspace/pulp$ make scripts
curl --proto '=https' --tlsv1.2 -sSf https://pulp-platform.github.io/bender/init \
| bash -s -- 0.25.2
bender-init: Warning: No release for platform 'x86_64-linux-gnu-ubuntu22.04' version '0.25.2' found, using latest.
bender-init: Failed to download 'https://github.com/pulp-platform/bender/releases/download/v0.26.1/bender-0.26.1-x86_64-linux-gnu-ubuntu22.04.tar.gz'!
make: *** [Makefile:247: bender] Error 1
Can you please let me know what I am doing wrong ?
Solution:
I must change the bash version in the Makefile.
Code:
bender: ifeq (,$(wildcard ./bender))
curl --proto '=https' --tlsv1.2 -sSf https://pulp-platform.github.io/bender/init \
| bash -s -- 0.26.1
touch bender endif