Opened 8 years ago
Closed 8 years ago
#7281 closed defect (fixed)
ACX driver broken cant compile
Reported by: | nchaveiro@… | Owned by: | developers |
---|---|---|---|
Priority: | highest | Milestone: | Backfire 10.03.1 |
Component: | packages | Version: | Backfire 10.03 |
Keywords: | acx | Cc: |
Description
Hello as of rev 21313.
I cant compile Backfire 10.03 with ACX driver anymore:
make[3]: Entering directory `/home/gtdev/openwrt/backfire/package/acx'
make -C /home/gtdev/openwrt/backfire/build_dir/linux-ar7/linux-2.6.32.10 SUBDIRS="/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210" ARCH="mips" CROSS_COMPILE="mipsel-openwrt-linux-uclibc-" CC="mipsel-openwrt-linux-uclibc-gcc" CPP="mipsel-openwrt-linux-uclibc-gcc" LD="mipsel-openwrt-linux-uclibc-ld" KERNELVERSION="2.6" KERNEL_SOURCE="/home/gtdev/openwrt/backfire/build_dir/linux-ar7/linux-2.6.32.10" KDIR="/home/gtdev/openwrt/backfire/build_dir/linux-ar7/linux-2.6.32.10" CONFIG_ACX=m CONFIG_ACX_PCI=m modules
make[4]: Entering directory `/home/gtdev/openwrt/backfire/build_dir/linux-ar7/linux-2.6.32.10'
CC [M] /home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.o
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c: In function 'acxpci_i_interrupt':
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c:2633: warning: 'return' with no value, in function returning non-void
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c:2637: warning: 'return' with no value, in function returning non-void
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c: In function 'vlynq_probe':
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c:4191: warning: passing argument 1 of 'dev_name' from incompatible pointer type
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c:4210:49: error: missing ')' in expression
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c:4262: warning: assignment makes integer from pointer without a cast
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c:4269: warning: passing argument 1 of 'dev_name' from incompatible pointer type
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c: In function 'vlynq_remove':
/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.c:4381: warning: ISO C90 forbids mixed declarations and code
make[5]: * /home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/pci.o Error 1
make[4]: * [_module_/home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210] Error 2
make[4]: Leaving directory `/home/gtdev/openwrt/backfire/build_dir/linux-ar7/linux-2.6.32.10'
make[3]: * /home/gtdev/openwrt/backfire/build_dir/linux-ar7/acx-20080210/.built Error 2
make[3]: Leaving directory `/home/gtdev/openwrt/backfire/package/acx'
make[2]: * [package/acx/compile] Error 2
make[2]: Leaving directory `/home/gtdev/openwrt/backfire'
make[1]: * /home/gtdev/openwrt/backfire/staging_dir/target-mipsel_uClibc-0.9.30.1/stamp/.package_compile Error 2
make[1]: Leaving directory `/home/gtdev/openwrt/backfire'
make: * [world] Error 2
Attachments (0)
Change History (1)
comment:1 Changed 8 years ago by florian
- Resolution set to fixed
- Status changed from new to closed
Fixed with r21348.