From owner-freebsd-embedded@FreeBSD.ORG Fri Dec 6 08:32:05 2013 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2BB040C for ; Fri, 6 Dec 2013 08:32:05 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61B9017E6 for ; Fri, 6 Dec 2013 08:32:02 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id B2DB915343A for ; Fri, 6 Dec 2013 09:31:58 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mhigZdnwBTaH; Fri, 6 Dec 2013 09:31:56 +0100 (CET) Received: from [IPv6:::1] (unknown [IPv6:2001:4cb8:3:1:b994:82c6:c18a:98c4]) by smtp.digiware.nl (Postfix) with ESMTP id BB3C8153439 for ; Fri, 6 Dec 2013 09:31:56 +0100 (CET) Message-ID: <52A18B79.9090905@digiware.nl> Date: Fri, 06 Dec 2013 09:31:53 +0100 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: embedded@freebsd.org Subject: Error building image for TpLinkTLWR1043ND Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 131205-0, 12/05/2013), Outbound message X-Antivirus-Status: Not-Tested X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 08:32:05 -0000 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