public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] building current CVS net release
@ 2000-07-28 20:16 James Kahkoska
  0 siblings, 0 replies; only message in thread
From: James Kahkoska @ 2000-07-28 20:16 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-07-28 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-28 20:16 [ECOS] building current CVS net release James Kahkoska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).