amit ??:
> Hi Michael,
>
> I had tried make in /usr/bin and this is the output.
>
> root at opensolaris:~/Download/ndis-1.2.1/i386# iconv -f utf-16 -t ascii 
> bcmwl5.inf > ndis.inf
>
> iconv: bcmwl5.inf:1680:20: cannot convert
>   
opened the inf file under Windows platform, it appears the inf file uses
another kind of lanugage other than English since line 1680,
under my box running the same build with you, above iconv command works
well even when I converting your inf file.
I have below env setting:
#echo $LANG
es_EC.UTF-8
How about yours?
> root at opensolaris:~/Download/ndis-1.2.1/i386# /usr/bin/make ndiscvt
> /usr/sfw/bin/gcc -I../include -O -c ../err.c -o err.o
> /usr/sfw/bin/gcc -I../include -O -c ../inf.c -o inf.o
> /usr/sfw/bin/gcc -I../include -O -c ../ndiscvt.c -o ndiscvt.o
> /usr/sfw/bin/gcc -I../include -O -c ../subr_pe.c -o subr_pe.o
> /usr/ccs/bin/yacc -d -v ../inf-parse.y
>
> conflicts: 1 reduce/reduce
> mv y.tab.c inf-parse.c
> /usr/sfw/bin/gcc -I../include -O -c inf-parse.c -o inf-parse.o
> rm -f inf-token.c
> /usr/sfw/bin/flex -t ../inf-token.l > inf-token.c
> /usr/sfw/bin/gcc -I../include -O -c inf-token.c -o inf-token.o
> /usr/sfw/bin/gcc -I../include -O -o ndiscvt err.o inf.o ndiscvt.o subr_pe.o 
> inf-token.o inf-parse.o.
>
>   
This was successful compiling log.
ndiswrapper depends on Sun make(/usr/bin/make), not GNU make. You can do
a local "fix" as below:

#export PATH=/usr/bin:$PATH

- Michael
> Please find the attached file.. I am using Lenovo 3000 G510 Laptop.
>
> //Amit
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> laptop-discuss mailing list
> laptop-discuss at opensolaris.org
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/laptop-discuss/attachments/20090430/e19f55b4/attachment.html>

Reply via email to