On Thu, 2006-02-16 at 13:01 -0600, Hou, Chien-Long wrote: > I am using atlas_mips32_4kc platform (sorry I am new to eCos). > For some reason menuconfig does not work on my cygwin, so I am using > ecosconfig directly. > > The steps I used: > - ecosconfig new atlas_mips32_4kc > - ecosconfig add <pkgname> > So far I have the following packages: > CYGPKG_IO_ETH_DRIVERS > CYGPKG_HTTPD > CYGPKG_NET > CYGPKG_NET_OPENBSD_STACK > CYGPKG_IO_FILEIO > CYGPKG_SNMPAGENT > CYGPKG_SNMPLIB > CYGPKG_POSIX > - econsconfig tree > - make >
Start with: ecosconfig new atlas_mips32_4kc net then add SNMP, etc. You'll find it much simpler. > > > Thanks, > Peter Hou > > -----Original Message----- > From: Andrew Lunn [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 10:49 AM > To: Hou, Chien-Long > Cc: [email protected] > Subject: Re: [ECOS] Using SNMP in ecos > > On Thu, Feb 16, 2006 at 12:44:08PM -0600, Hou, Chien-Long wrote: > > Hello: > > > > > > I am trying to add CYGPKG_SNMPLIB using ecosconfig > > It complains about : > > "requires" constraint not satisfied: CYGPKG_POSIX_TIMERS" > > > > > > Then I realized that CYGPKG_POSIX_TIMERS is a component name in > > CYGPKG_POSIX package, so I try to add CYGPKG_POSIX package, but get > the > > following messages: > > C CYGINT_ISO_SIGNAL_NUMBERS, "requires" constraint not satisfied: 1 > >= > > CYGINT_ISO_SIGNAL_NUMBERS > > C CYGINT_ISO_SIGNAL_IMPL, "requires" constraint not satisfied: 1 >= > > CYGINT_ISO_SIGNAL_IMPL > > C CYGPKG_POSIX_SIGNALS, "requires" constraint not satisfied: > > CYGBLD_ISO_SIGNAL_NUMBERS_HEADER == "<cyg/posix/signal.h>" > > C CYGPKG_POSIX_SIGNALS, "requires" constraint not satisfied: > > CYGBLD_ISO_SIGNAL_IMPL_HEADER == "<cyg/posix/signal.h>" > > > > > > My question: > > - What should I do next? (Which package am I missing?) > > Which template are you using? The net tempate should already have the > POSIX package. > > Andrew > -- Gary Thomas <[EMAIL PROTECTED]> -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
