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]

snmp with bitmap schedule


Hi Guru's
  I need enable snmp function in my project which use bitmap schedule? When
I add the package, I get blow errors. It seems SNMP is conflict with bitmap
schedule. How should I deal with it? Does the SNMP can work with bitmap
schedule in eCos? I use FreeBSD networking stack.
U CYGBLD_ISO_NETDB_PROTO_HEADER, new inferred value <net/netdb.h>
U CYGBLD_ISO_NETDB_SERV_HEADER, new inferred value <net/netdb.h>
U _POSIX_THREAD_PRIO_INHERIT, new inferred value 0
U _POSIX_THREAD_PRIO_PROTECT, new inferred value 0
C CYGSEM_KERNEL_SCHED_TIMESLICE, "requires" constraint not satisfied:
!CYGSEM_KERNEL_SCHED_BITMAP
C CYGINT_KERNEL_SCHEDULER, "requires" constraint not satisfied: 1 ==
CYGINT_KERNEL_SCHEDULER
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>"

Many tks.
BR
Libo wang


-- 
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]