On Sat, Mar 27, 2021, 4:39 AM 382535941 <[email protected]> wrote: > I would like to compile rtems on my C6678 board. I have changed some > code and when I wanted to compile it, I find it doesn't > define pthread_barrier_t in \cpukit\include\rtems\posix\pthread.h. Is there > other place to put it or I should install a pthread library? >
That is an internal support file for the implementation of pthreads. The actual header file you want to include was installed with the RTEMS tool chain. Did you build an items tool chain and is that what you are using? --joel > _______________________________________________ > users mailing list > [email protected] > http://lists.rtems.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.rtems.org/mailman/listinfo/users
