Advertisement
Guest User

Untitled

a guest
Mar 19th, 2015
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. andypugh@raspberrypi ~/git/rpi-linux $ make modules
  2. CHK include/config/kernel.release
  3. CHK include/generated/uapi/linux/version.h
  4. CHK include/generated/utsrelease.h
  5. make[1]: 'include/generated/mach-types.h' is up to date.
  6. CALL scripts/checksyscalls.sh
  7. CC [M] net/ipv4/ip_tunnel.o
  8. CC [M] net/ipv4/ipip.o
  9. CC [M] net/ipv4/gre_demux.o
  10. LD [M] net/ipv4/gre.o
  11. CC [M] net/ipv4/ip_gre.o
  12. CC [M] net/ipv4/udp_tunnel.o
  13. CC [M] net/ipv4/ah4.o
  14. CC [M] net/ipv4/esp4.o
  15. CC [M] net/ipv4/ipcomp.o
  16. CC [M] net/ipv4/xfrm4_tunnel.o
  17. CC [M] net/ipv4/xfrm4_mode_beet.o
  18. CC [M] net/ipv4/inet_lro.o
  19. CC [M] net/ipv4/tunnel4.o
  20. CC [M] net/ipv4/xfrm4_mode_transport.o
  21. CC [M] net/ipv4/xfrm4_mode_tunnel.o
  22. CC [M] net/ipv4/inet_diag.o
  23. CC [M] net/ipv4/tcp_diag.o
  24. LD [M] net/ipv4/netfilter/nf_conntrack_ipv4.o
  25. LD [M] net/ipv4/netfilter/nf_nat_ipv4.o
  26. CC [M] net/ipv4/netfilter/ipt_ECN.o
  27. net/ipv4/netfilter/ipt_ECN.c: In function ‘set_ect_ip’:
  28. net/ipv4/netfilter/ipt_ECN.c:33:18: error: ‘XT_DSCP_MASK’ undeclared (first use in this function)
  29. net/ipv4/netfilter/ipt_ECN.c:33:18: note: each undeclared identifier is reported only once for each function it appears in
  30. net/ipv4/netfilter/ipt_ECN.c: In function ‘ecn_tg_check’:
  31. net/ipv4/netfilter/ipt_ECN.c:105:23: error: ‘XT_DSCP_MASK’ undeclared (first use in this function)
  32. scripts/Makefile.build:263: recipe for target 'net/ipv4/netfilter/ipt_ECN.o' failed
  33. make[3]: *** [net/ipv4/netfilter/ipt_ECN.o] Error 1
  34. scripts/Makefile.build:402: recipe for target 'net/ipv4/netfilter' failed
  35. make[2]: *** [net/ipv4/netfilter] Error 2
  36. scripts/Makefile.build:402: recipe for target 'net/ipv4' failed
  37. make[1]: *** [net/ipv4] Error 2
  38. Makefile:937: recipe for target 'net' failed
  39. make: *** [net] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement