Bug #323
iwl lua fails to build
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Build | Spent time: | 2.00 hours | |
| Target version: | 1st Public Cerowrt release |
Description
So, I figured, ONE last shot at getting a working build again.
iwinfo_lua.c: In function 'iwinfo_L_wext_frequency_offset':
iwinfo_lua.c:644:1: warning: implicit declaration of function
'wext_get_frequency_offset'
iwinfo_lua.c: In function 'iwinfo_L_wext_txpower_offset':
iwinfo_lua.c:646:1: warning: implicit declaration of function
'wext_get_txpower_offset'
mips-openwrt-linux-uclibc-gcc -O2 -pipe -mips32r2 -mtune=mips32r2
-fno-caller-saves -fhonour-copts -msoft-float
-I/home/cero1/src/cerowrt/staging_dir/target-mips_r2_uClibc-0.9.32/usr/include/libnl-tiny
-I/home/cero1/src/cerowrt/staging_dir/target-mips_r2_uClibc-0.9.32/usr/include
-D_GNU_SOURCE -std=gnu99 -fstrict-aliasing -Iinclude -DUSE_NL80211 -fpic -c
-o iwinfo_cli.o iwinfo_cli.c
iwinfo_cli.c: In function 'print_txpower_offset':
iwinfo_cli.c:319:8: error: 'const struct iwinfo_ops' has no member named
'txpower_offset'
iwinfo_cli.c: In function 'print_frequency_offset':
iwinfo_cli.c:334:8: error: 'const struct iwinfo_ops' has no member named
'frequency_offset'
iwinfo_cli.c: In function 'print_txpwrlist':
iwinfo_cli.c:569:8: error: 'const struct iwinfo_ops' has no member named
'txpower_offset'
make4: * [iwinfo_cli.o] Error 1
make4: Leaving directory
`/home/cero1/src/cerowrt/build_dir/target-mips_r2_uClibc-0.9.32/libiwinfo'
make3:
[/home/cero1/src/cerowrt/build_dir/target-mips_r2_uClibc-0.9.32/libiwinfo/.built]
Error 2
make3: Leaving directory `/home/cero1/src/cerowrt/package/iwinfo'
make2: [package/iwinfo/compile] Error 2
make2: Leaving directory `/home/cero1/src/cerowrt'
make1: *
[/home/cero1/src/cerowrt/staging_dir/target-mips_r2_uClibc-0.9.32/stamp/.package_compile]
Error 2
make1: Leaving directory `/home/cero1/src/cerowrt'
History
Updated by Dave Täht over 1 year ago
- Category set to Build
- Status changed from New to Closed
- Assignee set to Dave Täht
- Target version set to Cerowrt-1.0-rc8
closed: see https://dev.openwrt.org/ticket/10548
Unclean tree at that point in time.
./scripts/feeds update luci; ./scripts/feeds uninstall libiwinfo iwnfo; svn up; make defconfig; make package/iwinfo/clean world V=99
Updated by Dave Täht about 1 year ago
- Target version changed from Cerowrt-1.0-rc8 to 1st Public Cerowrt release