[Libre-soc-bugs] [Bug 890] Static Timing Analysis of eth_mac

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Tue Jul 12 16:09:46 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=890

--- Comment #7 from Andrey Miroshnikov <andrey at technepisteme.xyz> ---
(In reply to Luke Kenneth Casson Leighton from comment #4)
> post the error here for analysis anyway. "a different issue happened"
> is not useful.

Uncommenting declaration in avt_lib.h #l204:
make[1]: Entering directory '/home/rohdo/src/tas-yagle/distrib/sources/avt'
/usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/home/rohdo/src/tas-yagle/localinstall/include -g -O3   -c
-I/home/rohdo/src/tas-yagle/distrib/include -I -I../api/tcl  -DAVERTEC
-DAVERTEC_DUMMY -DNOFLEX -DAUTO_HEARTBEAT -DLinux -DAVT_H='<avt100.h>'
-DMLO_H='<mlo501.h>' -DMUT_H='<mut325.h>' -DRCN_H='<rcn200.h>' -DRPC_SVC_FG
-DAVT_VERSION='"3.4"' -DPATCH_NUM='"p5"' -DAVT_DATE_A='"June 7th, 2010"' 
errmsg.c
/usr/bin/ar rv /home/rohdo/src/tas-yagle/distrib/lib/libAvt100.a avt_error.o
avt_env.o avt_banner.o avt_trace.o avt_trap.o avt_date.o errmsg.o
avt_init_funcs.o avt_license_util.o  
r - avt_error.o
r - avt_env.o
r - avt_banner.o
r - avt_trace.o
r - avt_trap.o
r - avt_date.o
r - errmsg.o
r - avt_init_funcs.o
r - avt_license_util.o
/usr/bin/ranlib /home/rohdo/src/tas-yagle/distrib/lib/libAvt100.a
/usr/bin/gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-I/home/rohdo/src/tas-yagle/localinstall/include -g -O3  avt_man.o -o
/home/rohdo/src/tas-yagle/distrib/bin/avtman 
-L/home/rohdo/src/tas-yagle/distrib/lib  -lAvt100 -lMut325 -Xlinker -Bstatic
-lstdc++ -Xlinker -Bdynamic -lcrypt -lm 
/usr/bin/ld: /home/rohdo/src/tas-yagle/distrib/lib/libAvt100.a(avt_error.o): in
function `avt_initerrmsg':
/home/rohdo/src/tas-yagle/distrib/sources/avt/avt_error.c:82: undefined
reference to `errmsg_tab'
/usr/bin/ld: /home/rohdo/src/tas-yagle/distrib/sources/avt/avt_error.c:70:
undefined reference to `errmsg_tab'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:54: /home/rohdo/src/tas-yagle/distrib/bin/avtman] Error
1
make[1]: Leaving directory '/home/rohdo/src/tas-yagle/distrib/sources/avt'
make: *** [Makefile:59: avt.compilation] Error 2

Checked and realised there is no avt100.h, perhaps that was a legacy name.

(In reply to Luke Kenneth Casson Leighton from comment #5)
> i removed the running of the commented out dependencies.
> they should be listed "please manually run xyz first", see kestrel
> for examples.

I actually copied that comment block from the kestrel script, but removed too
much, didn't make it obvious enough.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list