Error at ndiswrapper build


 
Thread Tools Search this Thread
Operating Systems Solaris Error at ndiswrapper build
# 1  
Old 05-12-2011
Error at ndiswrapper build

Today I tried to generate ndis Solaris driver.
Problem is when I try to compile ndiswapper following instructions on opensolaris site.

ndis wrapper (Community Group laptop.ndis) - XWiki

My version of Solaris

Code:
 
$ uname -a
SunOS pc001 5.10 Generic_142910-17 i86pc i386 i86pc

And output of make command is

Code:
 
#make ndiscvt
/usr/sfw/bin/gcc -I../include -O -m64 -c ../err.c -o err.o
/usr/sfw/bin/gcc -I../include -O -m64 -c ../inf.c -o inf.o
/usr/sfw/bin/gcc -I../include -O -m64 -c ../ndiscvt.c -o ndiscvt.o
/usr/sfw/bin/gcc -I../include -O -m64 -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 -m64 -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 -m64 -c inf-token.c -o inf-token.o
/usr/sfw/bin/gcc -I../include -O -m64 -o ndiscvt err.o inf.o ndiscvt.o subr_pe.o inf-token.o inf-parse.o

Don't know how to proceed SmilieSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Build.xml invocation by Build Script

Hi I have a build.xml file and I can run it on Windows via cmd. Now I want to write a script to invoke the same. Is there a way to do this? (1 Reply)
Discussion started by: ankur328
1 Replies

2. UNIX for Dummies Questions & Answers

Adding SDK Build on Kernel Source Build

Hi, So I downloaded this kernel source and was able to build it successfully. But I want to add this SDK source code inside, can anyone help me how to do this? Note that the SDK source can be built by itself. I added the SDK in the main Makefile: init-y := init/ #added SDK... (0 Replies)
Discussion started by: h0ujun
0 Replies

3. Solaris

[OpenSolaris.org] backup of Ndiswrapper

Is anyone able to provide me this file URL:www.opensolaris.org/os/community/laptop/wireless/ndis/ndis-$VERSION.tar.gz ? It seems that it is unavailable, and cannot find it anywhere. If anyone has it, or knows where can I get it, please tell me. $VERSION - is a version suitable for OpenSolaris... (2 Replies)
Discussion started by: anapplegeek
2 Replies

4. Programming

Build Error

I am facing a problem while building the device driver code. I am using suse linux "2.6.31.5-0.1-desktop" on my Laptop. I have copied a folder containing self written device driver files from Mandriva linux to my system having Suse Linux. I copied the entire folder in "/home/netuser/sun/".... (4 Replies)
Discussion started by: rupeshkp728
4 Replies

5. UNIX for Advanced & Expert Users

Error with ANT build for red5

I installed java at usr/local/jdk directory. My Java Version is 1.6.0_05. I have installed apache ant version 1.8.1 in folder opt/ant successfully. And later on I have installed RED 5.0.9 final version at /opt/ant directory. But I am getting error while building ant at RED5 , I got following... (1 Reply)
Discussion started by: ninadgac
1 Replies

6. UNIX for Dummies Questions & Answers

Build Error: error: dereferencing pointer to incomplete type

I'm getting the following Error: prepare_pcap.c: In function `prepare_pkts': prepare_pcap.c:127: error: dereferencing pointer to incomplete type prepare_pcap.c:138: error: dereferencing pointer to incomplete type ==================================== This is the part of the relevant... (8 Replies)
Discussion started by: katwala
8 Replies

7. Solaris

trying to install ndiswrapper in opensolaris

Hello, I have recently installed opensolaris onto a dell dimesion 8200 with Broadcom wireless. that wireless driver isn't working so ive to aquire a matching driver and ndiswrapper.tar.bz2 (its something like that) problem is: i have no idea how to install this ndiswrapper and i dont see a readme... (1 Reply)
Discussion started by: old noob
1 Replies

8. Solaris

build error

dears i working in solaris and when i type make for report it gives me the error kindly can you help me what is the reason -bash-3.00$ make BPSEXT130 make: Warning: File `BPSEXT130.rc' has modification time 12 s in the future make BPSEXT130.c make: Entering directory... (3 Replies)
Discussion started by: murad.jaber
3 Replies

9. SuSE

How can I build gcc (gettng 'cc' error)?

Hi I have installed Suse Linux 9.3 desktop on my computer. I found out I need to install 'gcc', and I was able to download the source code. I then tried to follow some instructions from WEB search to compile and build gcc, and I am getting the following error: --- linux:/gcc/gcc-2.95.3 #... (1 Reply)
Discussion started by: pat_and_cami
1 Replies

10. UNIX for Dummies Questions & Answers

ubuntu help NdisWrapper

yes im new to linux and i have red insturctions on how to install ndis wrapper for a lot of distributions and ubuntu was suposed to be debian based but just in case can someone provide detaleled instructions on how to install this program(im am an absolute novise so dont use to many terms) thanks... (1 Reply)
Discussion started by: bandit_2000
1 Replies
Login or Register to Ask a Question