Re: [PATCH] psxhdrs: Add POSIX API Signature Compliance Tests for termios.h

2019-05-07 Thread Joel Sherrill
Thank you. This is now pushed. Does a ticket need to be updated for this? I am having trouble remembering how we tracked what .h files still needed work. On Mon, May 6, 2019 at 2:02 PM Jacob Shin wrote: > --- > testsuites/psxtests/Makefile.am | 11 >

Re: devel Digest, Vol 90, Issue 37 --> RTEMS 5.0 error occurred in 'make' while --enable- tests

2019-05-07 Thread Joel Sherrill
tems/c/src/../../cpukit/libfs/src/nfsclient/src/rpcio.c:1149:19: >> warning: variable 'status' set but not used [-Wunused-but-set-variable] >> rtems_status_code status; >>^~ >> /home/dev/kernel/rtems/c/src/../..

Re: devel Digest, Vol 90, Issue 37 --> RTEMS 5.0 error occurred in 'make' while --enable- tests

2019-05-07 Thread Aby Tom
^~ > Makefile:11245: recipe for target 'libfs/src/nfsclient/src/rpcio.o' failed > make[4]: *** [libfs/src/nfsclient/src/rpcio.o] Error 1 > make[4]: Leaving directory > Makefile:1221: recipe for target 'cpukit' failed > make

RTEMS 5.0 error occurred in 'make' while --enable- tests are done

2019-05-07 Thread Aby Tom
Hello everyone, I am new to RTEMS, and was trying to build a new bsp for RTEMS 5 for tms570 family of boards. While doing the make, i come across this error. I had done --enable-tests in the previous command. Can anyone help me with this? Output from terminal is shown below. ( represent

Conditionalize make behavior e.g. disable --gc-sections

2019-05-07 Thread Peter Dufault
What is best practice to change build behavior? e.g. I need to use --whole-archive/--no-whole-archive in one place but --gc-sections breaks it and that's turned on for the BSP (xilinx_zynq_a9_qemu). I’ve done this in the .cfg files for the BSP: ifneq ($(RTEMS_GC_SECTIONS_DISABLE),1)