On Sat, 2016-11-19 at 17:53 +0100, Tristan Gingold wrote: > OTOH, ghdl is expected to be location neutral, so it could be > configured to be installed in one directory but really installed > in another.
I thought so, so I did the ghdl fake-install with make DESTDIR="${pkgdir}" install and used the ghdl "installed" there to launch build of libs with make GHDL="${pkgdir}/usr/bin/ghdl" vhdl.libs.all libs.vhdl.standard (command line taken from inside Makefile, to set my own path to ghdl) And compilation of libs does launch, but I get these errors: /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl -a --std=87 -P../std --work=ieee ../../src/ieee/std_logic_1164.v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl:warning: library std does not exists for v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl:warning: library ieee does not exists for v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl -a --std=87 -P../std --work=ieee ../../src/ieee/std_logic_1164_body.v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl:warning: library std does not exists for v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl:warning: library ieee does not exists for v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl -a --std=87 -P../std --work=ieee ../../src/ieee/numeric_bit.v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl:warning: library std does not exists for v87 /home/adrien/Dev/AUR/ghdl-gcc-git/pkg/ghdl-gcc-git/usr/bin/ghdl:warning: library ieee does not exists for v87 ... I don't understand the error and don't know how to solve it... Adrien _______________________________________________ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss