(no commit message)
authorTimothyPearson <TimothyPearson@web>
Mon, 21 Feb 2022 13:39:43 +0000 (13:39 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 21 Feb 2022 13:39:43 +0000 (13:39 +0000)
HDL_workflow/ghdl.mdwn

index c21d4bb1f84a690808b4fddeb6390b44d6348d3e..372d970fbdf56d1600d53212f71e88d816671905 100644 (file)
@@ -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 ..