Having Trouble compiling mii-tools
Here is what I get:
[root@host /root]# gcc -Wall -Wstrict-prototypes -O ne2k-pci-diag.c -DLIMII libmii.c -o ne2k-pci-diag
/tmp/ccMo5xOK.o: In function `show_mii_details':
/tmp/ccMo5xOK.o(.text+0x32): undefined reference to `mdio_read'
/tmp/ccMo5xOK.o(.text+0x16d): undefined reference to `mdio_read'
/tmp/ccMo5xOK.o: In function `monitor_mii':
/tmp/ccMo5xOK.o(.text+0x482): undefined reference to `mdio_read'
/tmp/ccMo5xOK.o(.text+0x501): undefined reference to `mdio_read'
/tmp/ccMo5xOK.o(.text+0x572): undefined reference to `mdio_read'
/tmp/ccMo5xOK.o(.text+0x623): more undefined references to `mdio_read' follow
collect2: ld returned 1 exit status
[root@host /root]#
|