can't find "pthread_barrier_t"

2021-03-27 Thread 382535941
    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?___

Re: can't find "pthread_barrier_t"

2021-03-27 Thread Joel Sherrill
On Sat, Mar 27, 2021, 4:39 AM 382535941 <382535...@qq.com> 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

?????? can't find "pthread_barrier_t"

2021-03-27 Thread 382535941
I figure out what happened. Thank you very much! --  -- ??: "joel"http://lists.rtems.org/mailman/listinfo/users___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

toolchain builds for CI

2021-03-27 Thread Michael Davidsaver
fyi. To support EPICS development/maintenance I've been providing pre-built binaries of the RTEMS toolchain and kernel for use in our continuous integration builds. Originally travis-ci.org, and more recently, github actions. https://github.com/mdavidsaver/rsb/releases I mention this now as I'v