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]

UITRON build error


hi i am trying to build ecos with uitron support. i changed the number of
uitron tasks from 4 to 5 as shown below. 
# >
# Number of tasks
# The number of uITRON tasks present in the system.
# Valid task object IDs will range from 1 to this value.
#
cdl_option CYGNUM_UITRON_TASKS {
    # Flavor: data
    user_value 5
    # value_source user
    # Default value: 4
    # Legal values: 1 to 65535
};

it is giving compilation error saying 

/u/ARM/new_ecos/packages/compat/uitron/current/src/uit_objs.cxx:176: no
matching function for call to `Cyg_Thread::Cyg_Thread ()'
/u/ARM/new_ecos/packages/arm-ecos-uitron/install/include/cyg/kernel/thread.hx
x:294: candidates are: Cyg_Thread::Cyg_Thread(void (*)(unsigned int),
unsigned int, unsigned int = 0, unsigned int = 0)
/u/ARM/new_ecos/packages/arm-ecos-uitron/install/include/cyg/kernel/thread.hx
x:303:                 Cyg_Thread::Cyg_Thread(unsigned int, void (*)(unsigned
int), unsigned int, char *, unsigned int = 0, unsigned int = 0)
/u/ARM/new_ecos/packages/arm-ecos-uitron/install/include/cyg/kernel/thread.hx
x:498:                 Cyg_Thread::Cyg_Thread(const Cyg_Thread &)
make[1]: *** [src/uit_objs.o.d] Error 1
make[1]: Leaving directory
`/u/ARM/new_ecos/packages/arm-ecos-uitron/compat/uitron/current'
make: *** [build] Error 2

any idea what is the problem.

regards,

ravi kumar


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