Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Dec 2013 09:31:53 +0100
From:      Willem Jan Withagen <wjw@digiware.nl>
To:        embedded@freebsd.org
Subject:   Error building image for  TpLinkTLWR1043ND
Message-ID:  <52A18B79.9090905@digiware.nl>

next in thread | raw e-mail | index | archive | help
Hi,

I'm trying to build the image for: TpLinkTLWR1043ND, and I'm following 
the rules on:
http://code.google.com/p/freebsd-wifi-build/wiki/TpLinkTLWR1043ND

But somewhere while compiling the build process halts because of:

cc -O -pipe -G0 -march=mips32 -DATH_DEFAULT='"ath0"' 
-I/usr/srcs/head/src/tools/tools/ath/athspectral 
-I/usr/srcs/head/src/tools/tools/ath/athspectral/../common 
-I/usr/srcs/head/src/tools/tools/ath/athspectral/../../../../sys 
-I/usr/srcs/head/src/tools/tools/ath/athspectral/../../../../sys/dev/ath 
-I/usr/srcs/head/src/tools/tools/ath/athspectral/../../../../sys/dev/ath/ath_hal 
-I/usr/srcs/head/obj/mips/mips.mips/usr/srcs/head/src/tools/tools/ath/athspectral 
-std=gnu99  -c /usr/srcs/head/src/tools/tools/ath/athspectral/athspectral.c
cc -O -pipe -G0 -march=mips32 
-I/usr/srcs/head/src/usr.sbin/pkg_install/delete/../lib -std=gnu99 
-Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter 
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type 
-Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter 
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs 
-Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wformat=2 
-Wno-format-extra-args -Werror -c 
/usr/srcs/head/src/usr.sbin/pkg_install/delete/main.c
/usr/srcs/head/src/tools/tools/ath/athspectral/athspectral.c: In 
function 'spectralset':
/usr/srcs/head/src/tools/tools/ath/athspectral/athspectral.c:95: error: 
'HAL_SPECTRAL_PARAM' has no member named 'ss_enabled'
/usr/srcs/head/src/tools/tools/ath/athspectral/athspectral.c:96: error: 
'HAL_SPECTRAL_PARAM' has no member named 'ss_active'
/usr/srcs/head/src/tools/tools/ath/athspectral/athspectral.c: In 
function 'spectral_get':
/usr/srcs/head/src/tools/tools/ath/athspectral/athspectral.c:139: error: 
'HAL_SPECTRAL_PARAM' has no member named 'ss_enabled'
/usr/srcs/head/src/tools/tools/ath/athspectral/athspectral.c:140: error: 
'HAL_SPECTRAL_PARAM' has no member named 'ss_active'

What is missing?

--WjW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52A18B79.9090905>