From: TimothyPearson Date: Mon, 21 Feb 2022 13:39:43 +0000 (+0000) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3192 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d09bea89a3ba61534ceef455c2066e9726d8b66;p=libreriscv.git --- diff --git a/HDL_workflow/ghdl.mdwn b/HDL_workflow/ghdl.mdwn index c21d4bb1f..372d970fb 100644 --- a/HDL_workflow/ghdl.mdwn +++ b/HDL_workflow/ghdl.mdwn @@ -63,7 +63,7 @@ Please adjust the install paths for ghdl. ### Installing ghdl, yosys, and ghdl-yosys-plugin in a Debian chroot -This has been done on an AMD64 machine, the build failed on my Talos II. +Verified to work on a Talos II workstation (Debian Bullseye) debootstrap bullseye /var/chroot/bullseye_ghdl chroot /var/chroot/bullseye_ghdl @@ -77,7 +77,7 @@ put some 'deb-src' URIs in your sources.list cd /root/ git clone https://github.com/ghdl/ghdl cd ghdl - ./configure + ./configure --with-llvm-config make make install cd ..