On Thu, Nov 11, 2010 at 9:05 PM, Andrzej Tobola <[email protected]> wrote: > > On Thu, Nov 11, 2010 at 03:43:10PM -0800, maksim yevmenkin wrote: >> Please try fw dowloader from >> Http://people.freebsd.org/~emax/ath3kfw.tar.gz > > Hello Max, > > Can't build on amd64 current: > > % make > Warning: Object directory not changed from original /tmp/ath3kfw > cc -O2 -pipe -fomit-frame-pointer -march=opteron -fomit-frame-pointer -ggdb > -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 -c ath3kfw.c > cc1: warnings being treated as errors > ath3kfw.c: In function 'download_firmware': > ath3kfw.c:236: warning: format '%d' expects type 'int', but argument 4 has > type 'long unsigned int' > *** Error code 1
please replace %d with %lu or just comment this line. > What is a difference between ath3k-1.fw and ath3k-2.fw ? not sure. those are obtained as is from linux-firmware rpm. ath3k-1.fw works for me. thanks, max _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "[email protected]"
