Hi Carlos,

Actually, you don't need build vfe driver for x86 platform. According to 
readme, the vfe binary for i386 is already under that tar ball.

Please skip the building step and install them directly.


carlos brown wrote:
> I need install vfe for my NIC Rhine III, but i have a big problem:
> part of readme: 
> http://homepage2.nifty.com/mrym3/taiyodo/eng/  
> file:vfe-2.4.0.tar.gz
> -------------------------------------------------------------
> (6) Making binaries (only for sparc platform)
> Vfe driver is ready for 64bit and 32bit solaris8 10/00 sparc or
> later. (But currently it is unstable on sparc platforms.)
> This distribution does not include sparc binaries.  To make the binaries,
> you need Sun C compiler or gcc version 3, and do the following operations.
>
>         % /usr/ccs/bin/make
>
> (7) Making binaries only for OpenSolaris users.
> Vfe driver likely work with GLD v3 in OpenSolaris, known as Nemo.
> You can enjoy the new functions by recompiling vfe source code.
>
>       % rm Makefile.config
>       % ln -s Makefile.config_gld3 Makefile.config
>         % /usr/ccs/bin/make
>
> 4. Testing
>
>         # cd /.../vfe-x.x.x
>         # /usr/ccs/bin/make install
>         # ./adddrv.sh
>       # /usr/ccs/bin/make uninstall (don`t do this for Solaris7)
>         # modload obj/vfe
>         # devfsadm -i vfe ( for solaris7, use drvconfig and reboot with -r 
> option )
>         # ifconfig vfeN plumb ( where N is unit number, typcally 0 for first 
> card)
>         # ifconfig -a        ( you will see an entry for vfe0, ensure 
> ethernet address is correct)
>         # ifconfig vfeN HOSTNAME
>         # ifconfig vfeN      ( ensure IP address is correct)
>         # ifconfig vfeN up   ( and then you can test with ping, telnet, ftp 
> ...)
>
> 5. Installation
>     After you ensure that the vfe driver is fully functional, install it.
> -------------------------------------------------------------
> Then:
>
> # cd vfe-2.4.0
> # rm obj Makefile
> # isainfo -n
> i386
> # ln -s Makefile.$i386_$gcc Makefile
> # ln -s $i386 obj
> # /usr/ccs/bin/make
> make: Fatal error: No arguments to build
>
>
> Any suggestion?
> I no not have any idea. I installed solaris 10 in my computer.
> I don't know what to do =(.   Please help me.
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> opensolaris-code mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
>   


-- 
Cheers,

------------------------------------------------------------
Oliver Yang | Work from home | http://blog.csdn.net/yayong

_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to