From 0d09bea89a3ba61534ceef455c2066e9726d8b66 Mon Sep 17 00:00:00 2001 From: TimothyPearson Date: Mon, 21 Feb 2022 13:39:43 +0000 Subject: [PATCH] --- HDL_workflow/ghdl.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .. -- 2.30.2