Aw: Re: Crosscompiling iproute2
From: Frank Wunderlich <hidden>
Date: 2021-05-25 14:35:56
From: Frank Wunderlich <hidden>
Date: 2021-05-25 14:35:56
hi, sorry for posting again, but i found out that make clean does not remove config.mk, and there i had disabled libmnl and selinux, i removed the file and it is recreated. now i'm back on the compile errors because of these 2 libs missing. if i disable them, compile works, but i guess it's broken again... #HAVE_SELINUX:=y #LDLIBS += -lselinux #CFLAGS += -DHAVE_SELINUX #HAVE_MNL:=y #CFLAGS += -DHAVE_LIBMNL #LDLIBS += -lmnl i'm not sure if the libs are really needed, but i cannot install them directly for target-arch (armhf)...i guess i need to compile them with cross gcc too (have done libmnl for nftables). but how to reference it to Makefile. regards Frank