-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux kernel CL error #775
Comments
Separately, CL error at ./trunk/user/miniupnpd/miniupnpd-2.x/netfilter/iptcrdr.c trunk/user/miniupnpd/miniupnpd-2.x/netfilter/iptcrdr.c:990:28: error: invalid application of 'sizeof' to incomplete type 'struct xt_DSCP_info' there is a line #include <linux/netfilter/xt_DSCP.h> that have declared the struct xt_DSCP_info, I've manually copy the sturct xt_DSCP_info in iptcrdr.c , CL is passed . |
(if test -r libcom_err.a; then /bin/rm -f libcom_err.a.bak && /bin/mv libcom_err.a libcom_err.a.bak; fi) |
算了,不折腾了,让github自动编译 |
make[3]: *** No rule to make target 'net/netfilter/xt_TCPMSS.o', needed by 'net/netfilter/built-in.o'. Stop.
solved by https://lkml.org/lkml/2020/5/6/1301
===================================================
vim ./rt-n56u/trunk/linux-3.4.x/net/netfilter/Makefile
replace xt_TCPMSS.c with xt_tcpmss
The text was updated successfully, but these errors were encountered: