[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

linux/posix port compiling problem



Hi,

>Ralf Corsepius <ralf.corsepius at rtems.org> wrote:
 > 
> > is there an existing patch to make the compilation work ?
> No. I think, we should face the unpleasant truth:  The unix/posix BSP is 
> dead.
> 

I have done some modifications here and there and finally the code compiled and linked. Helloworld works fine.
Ticker only have 2 tasks active although they both stop at 35 seconds. Creation of task 3 returned a error code of
14 (I guess this can be obtained from errno.h:  #define EFAULT 14 /* Bad address */)........

Just wondering for previous success examples, did they use newlib or native libc ?

Willie