MadBSE
Windows Fluechtling
Hat jemand eine Idee wie ich uEagle 1.5 zum laufen kriege unter FreeBSD 6.1Beta2 bei mir sieht das im Moment so aus.
Code:
# make
===> tools (all)
===> tools/eaglectl (all)
Warning: Object directory not changed from original /usr/home/matt/Workbench/BSD/Drivers/ueagle/tools/eaglectl
===> tools/eagleflash (all)
Warning: Object directory not changed from original /usr/home/matt/Workbench/BSD/Drivers/ueagle/tools/eagleflash
===> scripts (all)
Warning: Object directory not changed from original /usr/home/matt/Workbench/BSD/Drivers/ueagle/scripts
===> driver (all)
"/usr/share/mk/bsd.compat.mk", line 36: warning: NOMAN is deprecated in favor of NO_MAN
Warning: Object directory not changed from original /usr/home/matt/Workbench/BSD/Drivers/ueagle/driver
cc -O2 -fno-strict-aliasing -pipe -DUEAGLE_DEBUG -DNBPFILTER=1 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -c ueagle.c
ueagle.c: In function `ueagle_attach':
ueagle.c:241: error: structure has no member named `ifnet'
ueagle.c: In function `ueagle_detach':
ueagle.c:291: error: structure has no member named `ifnet'
ueagle.c: In function `ueagle_record':
ueagle.c:1057: error: structure has no member named `ifnet'
ueagle.c: In function `ueagle_tx_cb':
ueagle.c:1118: error: structure has no member named `ifnet'
ueagle.c:1130: error: `IFF_OACTIVE' undeclared (first use in this function)
ueagle.c:1130: error: (Each undeclared identifier is reported only once
ueagle.c:1130: error: for each function it appears in.)
ueagle.c: In function `ueagle_start':
ueagle.c:1260: error: `IFF_OACTIVE' undeclared (first use in this function)
ueagle.c: In function `ueagle_init':
ueagle.c:1427: error: structure has no member named `ifnet'
ueagle.c:1449: error: `IFF_RUNNING' undeclared (first use in this function)
ueagle.c:1450: error: `IFF_OACTIVE' undeclared (first use in this function)
ueagle.c: In function `ueagle_stop':
ueagle.c:1456: error: structure has no member named `ifnet'
ueagle.c:1493: error: `IFF_RUNNING' undeclared (first use in this function)
ueagle.c:1493: error: `IFF_OACTIVE' undeclared (first use in this function)
ueagle.c: In function `ueagle_ioctl':
ueagle.c:1660: error: `IFF_RUNNING' undeclared (first use in this function)
*** Error code 1
Stop in /usr/home/matt/Workbench/BSD/Drivers/ueagle/driver.
*** Error code 1
Stop in /usr/home/matt/Workbench/BSD/Drivers/ueagle.
#