Aw: Re: Crosscompiling iproute2
From: Frank Wunderlich <hidden>
Date: 2021-05-26 07:28:43
Hi,
Gesendet: Dienstag, 25. Mai 2021 um 23:37 Uhr Von: "Stephen Hemminger" [off-list ref]
That only gets called if you haven't got the bridge part in the original ip command. The shared library stuff is for other non-static libraries to extend iproute2. This is unused by most distro's and you shouldn't need it. I think the bridge part was just not built in your version.
i see the compilation of iplink_bridge.o before linking ip, so i guess it should be compiled in
CC iplink_bridge.o
CC iplink_bridge_slave.o
i wonder why it tries to use a lib which was not compiled....
but i still need to disable mnl and selinux after creating config.mk to avoid linking errors (now i see only warning about error reporting).
i updated the compile-script, so you can see what i'm doing
https://github.com/frank-w/iproute2/blob/main/crosscompile.sh
regards Frank