Re: [PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Sebastian Huber
On 11/10/2018 18:43, Joel Sherrill wrote: On Thu, Oct 11, 2018 at 11:09 AM Gedare Bloom > wrote: hi Sebastian, generally I'm ok, but what toolchains did you test this change for? does this work for BSPs that have not yet been modified themselves to u

Link RAP file error on zynq BSP

2018-10-11 Thread jameszxj
HI,I run RTEMS on my xilinx z7k board and dynamic load application(RAP format) from shell. In recent update, i encount a link error when link the RAP file. Here is the command and output message: rtems-ld -n -e PT_Init --base rtems-nsa.elf wsp/build/nssys.elf -o wsp/build/nssy

Does RTEMS5.1 have a release plan?

2018-10-11 Thread jameszxj
Hi all: We use the master rtems5 version in our project, it works fine. In the next few months, we will release a project version, so we want to know if RTEMES5.1 has a release date?___ devel mailing list devel@rtems.org http://lists.rtems.org/mai

Re: [PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Joel Sherrill
On Thu, Oct 11, 2018 at 11:09 AM Gedare Bloom wrote: > hi Sebastian, > > generally I'm ok, but what toolchains did you test this change for? > > does this work for BSPs that have not yet been modified themselves to > use function/data sections and to have the KEEP() directives? > You can check t

Re: [PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Gedare Bloom
hi Sebastian, generally I'm ok, but what toolchains did you test this change for? does this work for BSPs that have not yet been modified themselves to use function/data sections and to have the KEEP() directives? On Thu, Oct 11, 2018 at 4:22 AM, Sebastian Huber wrote: > Signed-off-by: Sebas

Re: RTEMS build broken on msys2

2018-10-11 Thread Chris Johns
On 11/10/18 6:16 am, Sebastian Huber wrote: > Hello, > > it is always a pleasure to work on Windows via msys2. After my recent > Makefile.am changes the argument list to create the library is too long: > > in_cpuinfo.o libmisc/shell/main_profreport.o libmisc/utf8proc/utf8proc.o > libmd/sha256c.o

Re: RTEMS build broken on msys2

2018-10-11 Thread Joel Sherrill
On Thu, Oct 11, 2018, 6:16 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > it is always a pleasure to work on Windows via msys2. After my recent > Makefile.am changes the argument list to create the library is too long: > > in_cpuinfo.o libmisc/shell/main_profreport.o

[PATCH] 5: Update Newlib

2018-10-11 Thread Sebastian Huber
Pick up POSIX header file changes and improved opendir() implementation. This addesses time of check and time of use error conditions (TOCTOU). Update #3530. Update #3545. Update #3546. Update #3547. --- rtems/config/5/rtems-default.bset | 2 +- rtems/config/5/rtems-epiphany.bse

RTEMS build broken on msys2

2018-10-11 Thread Sebastian Huber
Hello, it is always a pleasure to work on Windows via msys2. After my recent Makefile.am changes the argument list to create the library is too long: in_cpuinfo.o libmisc/shell/main_profreport.o libmisc/utf8proc/utf8proc.o libmd/sha256c.o libmd/sha512c.o score/cpu/no_cpu/cpuidle.o

[PATCH] Support O_DIRECTORY open() flag

2018-10-11 Thread Sebastian Huber
Update #3545. --- cpukit/libcsupport/src/open.c| 15 +-- testsuites/psxtests/psxfile01/test.c | 25 + 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/cpukit/libcsupport/src/open.c b/cpukit/libcsupport/src/open.c index 8558e207d3..554311c5

[PATCH] RTEMS: Use function and data sections

2018-10-11 Thread Sebastian Huber
Signed-off-by: Sebastian Huber --- newlib/configure.host | 1 + 1 file changed, 1 insertion(+) diff --git a/newlib/configure.host b/newlib/configure.host index 9e809c9a8..27bce36a1 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -637,6 +637,7 @@ case "${host}" in *-*-rtems*)