You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make modules TSE drivers have this error:
ERROR: "__muldi3" [drivers/net/ethernet/altera/altera_tse.ko] undefined!
__muldi3 is a function in libgcc.a. So, we need to export this symbol
for loadable module to use.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
0 commit comments