[ECOS] building current CVS net release
James Kahkoska
JKahkoska@wire-less-inc.com
Fri Jul 28 20:16:00 GMT 2000
I pulled down the latest CVS code to begin playing with the SNMP code.
I am having problems building
eCos\packages\net\drivers\eth\quicc\v1_0b1\src\if_quicc.c because it calls
the macro ETH_DRV_SC with 9 parameters:
ETH_DRV_SC(quicc_eth0_sc,
&quicc_eth0_info, // Driver specific data
"eth0", // Name for this interface
quicc_eth_start,
quicc_eth_stop,
quicc_eth_control,
quicc_eth_can_send,
quicc_eth_send,
quicc_eth_recv);
but the new macro definition in
eCos\packages\net\drivers\eth\common\current\include\eth_drv.h has added a
new parameter "poll"
#define ETH_DRV_SC(sc,priv,name,start,stop,control,can_send,send,recv,poll)
\
I realize that the CVS snapshots can be in flux. Any suggestions?
James
More information about the Ecos-discuss
mailing list