This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

Using SNMP in ecos


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?)
- Is there a way to add just component (like CYGPKG_POSIX_TIMERS),
instead requiring to add the whole package (like CYGPKG_POSIX).
- Has somebody use SNMP in ecos before ? (I hope I am not the
first.......:-)

  
Thanks & Best Regards,
Peter Hou 

 


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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