All the docume开发者_开发知识库ntation I\'ve read so far seems to indicate that posix thread support exists in my version of vxWorks (6.8) however a simple test application fails to perform as expecte
When we doing taskSpawn a task is creating in vxworks. What is actually a task. Is there any relation with thread.
I am porting some vxWorks code to Linux. I looked at this answer an开发者_如何学Pythond it recommends CLOCK_MONOTONIC. Is that a suitable replacement for the following define:
I tried to load a code file to memory using the vxWorks functi开发者_Python百科on loadModule and it gave me the error:
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am compiling a C++ code on Vxworks6.8 and i am facing with following error d:/windri~1/gnu/412-vx~1.8/lib/gcc/../../include/c++/4.1/xlocale: In function \'const _Facet& std::use_facet(const std
I want to execute some shell commands automatically, but I don\'t know in which format the scripts must be written.
template<class Concept> class OMAbstructContainer { friend class OMIterator<Concept> ; // ...
i am new to Xenomai so please forgive me if my question is silly i have installed xenomai 2.4.8 in my ubuntu 11.04 with the command
I haven\'t found any resources that exactly answer what I am trying to understand with an issue I saw in a piece of software I am working on, so I\'ll ask the geniuses here!