Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Can't compile current evbarm with ipfilter
--- fil.d ---
/usr/current/src/sys/external/bsd/ipf/netinet/fil.c:5263:19: error: missing
binary operator before token "("
Try removing
sys/arch/evbarm/conf/std.rpi:makeoptions CPPFLAGS+="-I$S/../../../include"
That did it! Now it's stopped at:
--- bcm2835_dwctwo.o ---
cc1: warnings being treated as errors
In file included from
/usr/current/src/sys/arch/arm/broadcom/bcm2835_dwctwo.c:52:0:
/usr/current/src/sys/external/bsd/dwc2/dwc2.h:64:0: error: "DWC2_DEBUG"
redefined
/usr/current/src/sys/dev/usb/usb.h:64:0: note: this is the location of the
previous definition
*** [bcm2835_dwctwo.o] Error code 1
usb.h just got DWC2_DEBUG three hours ago:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/usb/usb.h
So I guess that should be removed from sys/external/bsd/dwc2/dwc2.c and
sys/external/bsd/dwc2/dwc2.h... Oh, I see someone just did that.
Thanks,
John
Home |
Main Index |
Thread Index |
Old Index