Hello,
I got the following error while compile e1000 driver in linux2.6.26.7.
Any clue for this?
Thanks
CC drivers/net/e1000/e1000_param.o
"drivers/net/e1000/e1000_param.c", line 60: error: union "<unnamed>" has
no
field "arr"
E1000_PARAM(TxDescriptors, "Number of transmit descriptors");
^
"drivers/net/e1000/e1000_param.c", line 69: error: union "<unnamed>" has
no
field "arr"
E1000_PARAM(RxDescriptors, "Number of receive descriptors");
^
"drivers/net/e1000/e1000_param.c", line 81: error: union "<unnamed>" has
no
field "arr"
E1000_PARAM(Speed, "Speed setting");
^
"drivers/net/e1000/e1000_param.c", line 92: error: union "<unnamed>" has
no
field "arr"
E1000_PARAM(Duplex, "Duplex setting");
^
"drivers/net/e1000/e1000_param.c", line 108: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(AutoNeg, "Advertised auto-negotiation setting");
^
"drivers/net/e1000/e1000_param.c", line 122: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(FlowControl, "Flow Control setting");
^
"drivers/net/e1000/e1000_param.c", line 134: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(XsumRX, "Disable or enable Receive Checksum offload");
^
"drivers/net/e1000/e1000_param.c", line 141: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(TxIntDelay, "Transmit Interrupt Delay");
^
"drivers/net/e1000/e1000_param.c", line 150: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(TxAbsIntDelay, "Transmit Absolute Interrupt Delay");
^
"drivers/net/e1000/e1000_param.c", line 160: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(RxIntDelay, "Receive Interrupt Delay");
^
"drivers/net/e1000/e1000_param.c", line 169: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(RxAbsIntDelay, "Receive Absolute Interrupt Delay");
^
"drivers/net/e1000/e1000_param.c", line 178: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(InterruptThrottleRate, "Interrupt Throttling Rate");
^
"drivers/net/e1000/e1000_param.c", line 189: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(SmartPowerDownEnable, "Enable PHY smart power down");
^
"drivers/net/e1000/e1000_param.c", line 197: error: union "<unnamed>"
has no
field "arr"
E1000_PARAM(KumeranLockLoss, "Enable Kumeran lock loss workaround");
^
14 errors detected in the compilation of
"drivers/net/e1000/e1000_param.c".
make[3]: *** [drivers/net/e1000/e1000_param.o] Error 2
make[2]: *** [drivers/net/e1000] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
--Billy
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel