[Libre-soc-bugs] [Bug 890] Static Timing Analysis of eth_mac
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Jul 14 12:14:49 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=890
--- Comment #12 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Luke Kenneth Casson Leighton from comment #11)
> (In reply to Andrey Miroshnikov from comment #10)
>
> > The location of tcl.h (added when installing tcl8.6-dev) has changed to
> > /usr/include/tcl/tcl.h, and the #include statements in the following files
>
> if you add "-I/usr/include/tcl" to the Makefiles that's solved.
andrey i've added a gitolite3 repo for tas-yagle, please can you
push a copy of the gitlab.lip6.fr repo to it, then create a
branch, push that as well, and modify the install script to
do
cd tas-yagle
git checkout {whateverbranch}
then have a look in distrib/share/etc/Linux.mk
ifeq ($(findstring Ubuntu,$(shell uname -v)),Ubuntu)
CC += -I/usr/include/tcl8.5
SCC += -I/usr/include/tcl8.5
CPLUSPLUS += -I/usr/include/tcl8.5
endif
it should be obvious to cut/paste that to look for Debian
and to do tcl8.6 instead
$ uname -v
#1 SMP Debian 5.10.127-1 (2022-06-30)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list