Hi, Dennis, You need to do "make ndiscvt" in "i386" sub-directory, while not top level of NDIS-1.X directory. btw, please check below blog as a reference: http://ptribble.blogspot.com/2008/04/ndis-wrapper-on-indiana.html
- Michael Peng-Cheng Chen ????: > ???Hi Dennis, > Do the following packages exist on you system? > SUNWgcc, SUNWflexlex and SUNWonbld. > And which 'cc' are you using? > > Can you provide the output of the following commands? > pkg info SUNWgcc > pkg info SUNWflexlex > pkg info SUNWonbld > which cc > > If the above packages not installed, installing them through IPS may help. > > Thanks, > Tim > > On Wed, 2008-10-29 at 23:02 -0700, dennis sexton wrote: > >> Hi, >> >> I've been following the steps from Carlton on how to install ndis wrapper >> for my dell >> latitude D400 with a >> Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN >> Controller >> >> I have had >> success with this in an earlier solaris express build, perhaps 65. However, >> I've gotten brave and >> re-installed with 2008.05. Now at the step " make nvdisct", I see the >> following. >> >> make ndiscvt >> cc -o ndiscvt ndiscvt.c >> ndiscvt.c:38:19: cdefs.h: No such file or directory >> ndiscvt.c:40:19: queue.h: No such file or directory >> ndiscvt.c:52:20: pe_var.h: No such file or directory >> ndiscvt.c:54:17: inf.h: No such file or directory >> ndiscvt.c: In function `insert_padding': >> ndiscvt.c:102: error: `image_section_header' undeclared (first use in this >> function) >> ndiscvt.c:102: error: (Each undeclared identifier is reported only once >> ndiscvt.c:102: error: for each function it appears in.) >> ndiscvt.c:102: error: `sect_hdr' undeclared (first use in this function) >> ndiscvt.c:103: error: `image_dos_header' undeclared (first use in this >> function) >> ndiscvt.c:103: error: `dos_hdr' undeclared (first use in this function) >> ndiscvt.c:104: error: `image_nt_header' undeclared (first use in this >> function) >> ndiscvt.c:104: error: `nt_hdr' undeclared (first use in this function) >> ndiscvt.c:105: error: `image_optional_header' undeclared (first use in this >> function) >> ndiscvt.c:105: error: syntax error before "opt_hdr" >> ndiscvt.c:117: error: `vm_offset_t' undeclared (first use in this function) >> ndiscvt.c:117: error: syntax error before "newimg" >> ndiscvt.c:120: error: syntax error before "newimg" >> ndiscvt.c:122: error: syntax error before ')' token >> ndiscvt.c:122: error: syntax error before ')' token >> ndiscvt.c:122: error: syntax error before ')' token >> ndiscvt.c:122: error: syntax error before "nt_hdr" >> ndiscvt.c:128: error: `opt_hdr' undeclared (first use in this function) >> ndiscvt.c:141: error: syntax error before ')' token >> ndiscvt.c:141: error: syntax error before ')' token >> ndiscvt.c:141: error: syntax error before ')' token >> ndiscvt.c:141: error: syntax error before "nt_hdr" >> *** Error code 1 >> make: Fatal error: Command failed for target `ndiscvt' >> >> >> I'm not sure what packages I might be missing for this to complete >> successfully. Any >> help appreciated. >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > laptop-discuss mailing list > laptop-discuss at opensolaris.org >