[Libre-soc-dev] Libre-soc Environment Installation
Santhosh Kumar V V .
123040015 at sastra.ac.in
Wed Jun 15 05:18:39 BST 2022
I tried running the scripts but the scripts are failing to run properly,
there was an error stating network is unreachable HTTP2 error.
Sir, as I told yesterday, I was installing yosys from the script, it ran
properly, yet failed to download files from git, after completion of the
command
./hdl-tools-yosys
My system got corrupted, I am using the Debian 10.0.0 lxde environment, the
lxde profile got corrupted and gui mode failed to load on restart, it is
2nd time for me.
This error arises while running scripts.
I need to re-set my system before running again.
On Tue, Jun 14, 2022 at 10:41 AM Luke Kenneth Casson Leighton <lkcl at lkcl.net>
wrote:
> ---
> crowd-funded eco-conscious hardware: https://www.crowdsupply.com/eoma68
>
> On Tue, Jun 14, 2022 at 2:26 PM Santhosh Kumar V V .
> <123040015 at sastra.ac.in> wrote:
>
> > so I opened the .hdl-dev-reqs and ran the commands manually for building.
>
> you missed some. you *need* to run the *exact* script, as shown,
> *NOT* go through the commands listed *in* the script, manually, one by one,
> because there is the potential for you to miss some.
>
> > I can't run sudo or any base commands, sudo not found error comes.
>
> this means that you did not correctly run the ./mk-deb-chroot script
> you can see that this explicitly
>
>
> https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=mk-deb-chroot;h=3d43fefe183168efbe8cbcb259222ab73762f385;hb=e7fc148ce78bd57f323ee464abdf0b3d9e039d40#l123
>
> 114 schroot -c $chrootdir /bin/bash --directory=/tmp << EOF
> 115 echo Installing necessary apt dependencies in the chroot
> 116 apt-get update -y
> 117 apt-get upgrade -y
> 118 apt-get install -y automake binutils-dev build-essential \
> 119 ccache cmake gcc git \
> 120 libtool \
> 121 sysvinit-core \
> 122 sysvinit-utils \
> 123 sudo \
> 124 python2.7 \
> 125 python3 python3-pip \
> 126 python3-setuptools python3-dev \
> 127 python3-setuptools-scm
>
> i am currently investigating some extremely annoying pip3 bugs,
> i must apologise, you will need to do this:
>
> 1) cd openpower-isa
> 2) git pull
> 3) cd ..
> 4) cd c4m-jtag
> 5) git pull
> 6) cd ..
> 7) cd dev-env-setup
> 8) git pull
> 9) ./hdl-dev-repos
>
> and also:
>
> 1) cd dev-env-setup
> 2) git pull
> 3) cd ..
> 4) cd hdl_tools
> 5) cd yosys
> 6) git pull
> 7) cd ../..
> 8) cd dev-env-setup
> 9) ./hdl-tools-yosys
>
> i apologise we have had some updates to yosys, in the past couple
> of weeks.
>
> l.
>
More information about the Libre-soc-dev
mailing list