Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Dec 2013 12:03:43 +0100
From:      Willem Jan Withagen <wjw@digiware.nl>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        "freebsd-embedded@freebsd.org" <embedded@freebsd.org>
Subject:   Re: Error building image for TpLinkTLWR1043ND
Message-ID:  <52A3008F.5050101@digiware.nl>
In-Reply-To: <CAJ-VmokKDA5VgQMwQFLLXF2OANkhAbT9yvx3s1H0wEzS8yEvSw@mail.gmail.com>
References:  <52A18B79.9090905@digiware.nl> <CAJ-VmokKDA5VgQMwQFLLXF2OANkhAbT9yvx3s1H0wEzS8yEvSw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 7-12-2013 0:20, Adrian Chadd wrote:
> Odd. I'll go check it out.

Later on, I thought that my /etc/src.conf could contain stuff that
caused the trouble.
But from what I see, I cannot imagine so. Unlees you need clang for CC

None the less the src.conf:
# To avoid building various parts of the base system:
WITHOUT_FORTRAN = true    # do not build g77 and related libraries
WITHOUT_LPR     = true    # do not build lpr and related programs
WITHOUT_OBJC    = true    # do not build Objective C support
WITHOUT_GAMES   = true    # do not build games (games/ subdir)
WITHOUT_PROFILE = true    # Avoid compiling profiled libraries
WITHOUT_UUCP    = true    # do not build uucp related programs
WITHOUT_SENDMAIL= true
WITHOUT_X11     = true
WITHOUT_ATM     = true
WITHOUT_AUDIT   = true
WITHOUT_AUTHPF  = true
WITHOUT_BLUETOOTH=true
WITHOUT_GPIB    = true
WITHOUT_I4B     = true
WITHOUT_IPFILTER= true
WITHOUT_IPX     = true
WITHOUT_NCP     = true
WITHOUT_PF      = true
WITHOUT_RESUE   = true
WITHOUT_CALENDAR = true
WITH_IDEA       = true
WITHOUT_KERBEROS = true
WITHOUT_MAILWRAPPER = true
# without this jdk does not compile.....
# WITHOUT_NIS   = true
WITHOUT_RCMDS   = true
WITHOUT_RESCUE  = true
WITHOUT_CLANG   = true


> 
> 
> -a
> 
> On 6 December 2013 00:31, Willem Jan Withagen <wjw@digiware.nl> wrote:
>> 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
>> _______________________________________________
>> freebsd-embedded@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-embedded
>> To unsubscribe, send any mail to "freebsd-embedded-unsubscribe@freebsd.org"
> 




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