This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

building current CVS net release


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]