ndiscvt make failure

2005-06-10 Thread lysergius2001
Make of ndiscvt breaks with the following error message. Can anyone help? I am still stuck. Warning: Object directory not changed from original /usr/src/sys/modules/if_ndis cc -O -pipe -march=athlon-xp -D_KERNEL -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=

Re: ndiscvt make failure

2005-06-03 Thread Neo-Vortex
On Fri, 3 Jun 2005, lysergius2001 wrote: > Sure, but its 1800 lines of the same three failures over and over again... Yep, thats why i said 10-20 lines... i only need one line if its all the same thing... but some error message is better than "i get an error message" > > On 03/06/05, Neo-Vorte

Re: ndiscvt make failure

2005-06-03 Thread lysergius2001
Sure, but its 1800 lines of the same three failures over and over again... On 03/06/05, Neo-Vortex <[EMAIL PROTECTED]> wrote: > > > > On Fri, 3 Jun 2005, lysergius2001 wrote: > > > # *make && make install* > > > > This is the point at which it breaks... > > Appears to be correct (and the st

Re: ndiscvt make failure

2005-06-03 Thread Neo-Vortex
On Fri, 3 Jun 2005, lysergius2001 wrote: > # *make && make install* > > This is the point at which it breaks... Appears to be correct (and the stuff above) - want to paste the last 10-20 lines of output? ~Neo-Vortex ___ freebsd-net@freebsd.org mailin

Re: ndiscvt make failure

2005-06-03 Thread lysergius2001
Thanks for this. My mistake I have got this far We will now use the ndiscvt utility to create the driver definition headerndis_driver_data.hto build the module: # *ndiscvt -i W32DRIVER.INF -s W32DRIVER.SYS -o ndis_driver_data.h* The -i and -s options specify the configuration and binary files,

Re: ndiscvt make failure

2005-06-02 Thread Neo-Vortex
On Thu, 2 Jun 2005, lysergius2001 wrote: > Can anyone help? > I am trying to install Belkin fd57000 pci wireless card in a box running > FBSD 5.3. I got as far as compiling ndiscvt but the compile breaks with a > very long list of errors. I have checked and double checked each step of the > pr

ndiscvt make failure

2005-06-02 Thread lysergius2001
Can anyone help? I am trying to install Belkin fd57000 pci wireless card in a box running FBSD 5.3. I got as far as compiling ndiscvt but the compile breaks with a very long list of errors. I have checked and double checked each step of the process as set out in the manual and various sources