Error during building RTL
#1
Hello,

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
Reply


Messages In This Thread
Error during building RTL - by bgeorge - 11-18-2022, 10:49 AM
RE: Error during building RTL - by meggiman - 11-18-2022, 11:10 AM
RE: Error during building RTL - by kgf - 11-18-2022, 11:11 AM
RE: Error during building RTL - by bgeorge - 11-18-2022, 11:37 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)