[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 15:59:24 BST 2022


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

--- Comment #4 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Andrey Miroshnikov from comment #3)
> I got a barebones tasyagle script:
> https://git.libre-soc.org/?p=dev-env-setup.git;a=commitdiff;
> h=7c5a23f1ad0c54862d1b28423dbb87648d15c042
> 
> And the issue I'm stuck on.
> During compilation of distrib/sources/avt libraries, the linker complains
> about an undefined reference to "errmsg_tab", an external struct. It is
> defined (but commented out) in avt_lib.h and avt100.h.

> /usr/bin/ld: /home/rohdo/src/tas-yagle/distrib/sources/avt/avt_error.c:70:
> undefined reference to `errmsg_tab'

fun.

a struct is not the same as an object *of the type* of a struct.

> I tried to uncomment the struct definition in avt_lib.h, but it lead to a
> different issue, probably not the right approach is it was commented for a
> reason.

post the error here for analysis anyway. "a different issue happened"
is not useful.

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


More information about the libre-soc-bugs mailing list