Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-24 Thread printk
On Sun, Apr 24, 2016 at 05:55:09AM -0500, Joel Sherrill wrote: > We do not support building RTEMS with anything but the RTEMS toolchain. > There are very specific configurations of the language run times and C > Library for RTEMS. Those account for our thread model and SMP safety. could you please

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-24 Thread Joel Sherrill
We do not support building RTEMS with anything but the RTEMS toolchain. There are very specific configurations of the language run times and C Library for RTEMS. Those account for our thread model and SMP safety. On Apr 24, 2016 10:14 AM, "printk" wrote: > Ah, I works now. thank you all! > I gues

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-24 Thread printk
Ah, I works now. thank you all! I guess rtems maybe not easy to compile with other toolchain. eg. armcc, arm-none-eabi-gcc(ARM: https://launchpad.net/gcc-arm-embedded). ... duhuanpeng. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailm

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-23 Thread Gedare Bloom
On Sat, Apr 23, 2016 at 7:49 AM, printk wrote: > Hi, I followed this to build the bsp, arm920 > - - - > be built to target the BOARD_SUPPORT_PACKAGE board. > mkdir build-rtems > cd build-rtems > ../rtems-4.10.0/configure --target= \ > --disable-posix --disab

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-23 Thread Joel Sherrill
On Apr 23, 2016 9:43 AM, "printk" wrote: > > On Sat, Apr 23, 2016 at 08:04:35AM -0500, Joel Sherrill wrote: > > The tools have been updating pretty regularly. This means your tools are > > old. Update the RSB and build me tools. > sorry, i forgot to attach my gcc version, it was built some days ag

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-23 Thread printk
On Sat, Apr 23, 2016 at 08:04:35AM -0500, Joel Sherrill wrote: > The tools have been updating pretty regularly. This means your tools are > old. Update the RSB and build me tools. sorry, i forgot to attach my gcc version, it was built some days ago: - - - - - - - - - - rtems@book64:~$ arm-rtems4.1

Re: build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-23 Thread Joel Sherrill
The tools have been updating pretty regularly. This means your tools are old. Update the RSB and build me tools. Between gcc and newlib activity, we have been bumping them every few weeks. One at the first of March added new POSIX methods and condition variable attributes. --joel On Apr 23, 2016

build failed: cpukit/posix/src/conddefaultattributes.c

2016-04-23 Thread printk
Hi, I followed this to build the bsp, arm920 - - - be built to target the BOARD_SUPPORT_PACKAGE board. mkdir build-rtems cd build-rtems ../rtems-4.10.0/configure --target= \ --disable-posix --disable-networking --disable-cxx \ --enable-rtemsbsp=\