Re: Valid interrupt vectors and the interrupt server

2017-06-17 Thread Chris Johns
On 18/6/17 2:17 am, Christian Mauderer wrote: > Hello, > > I had a problem recently, that the interrupt server (for example used in > libbsd) caused some odd behaviour on an ARM Cortex BSP. That was solved by > the following patch: > > https://git.rtems.org/rtems/commit/?id=ce3ac00c > > Just t

Re: RSB Couverture-Qemu build queries

2017-06-17 Thread Chris Johns
On 17/6/17 6:38 am, Joel Sherrill wrote: > > > On Fri, Jun 16, 2017 at 2:13 PM, Cillian O'Donnell > wrote: > > Hi, > > I am getting the RSB to build Couverture-Qemu and I just want to check > a few things I have done so far. > > 1. There are about

IRC #rtems logs unavailable

2017-06-17 Thread Denis Obrezkov
Hello, I can't find RTEMS IRC logs: http://www.rtems.org/irclogs/ page is unavailable. -- Regards, Denis Obrezkov ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Are you happy with how the project is going?

2017-06-17 Thread Denis Obrezkov
2017-06-17 22:11 GMT+03:00 Denis Obrezkov : > >>> Can you run RTEMS hello world? Or does printf make that too large? If >> that is >> too large, you need to force the tests to switch to printk(). There is >> some magic >> in testsuites/configure.ac for that. >> >> The low ticker examples (especial

Re: Valid interrupt vectors and the interrupt server

2017-06-17 Thread Christian Mauderer
Am 17.06.2017 um 20:16 schrieb Joel Sherrill: > > > On Jun 17, 2017 11:17 AM, "Christian Mauderer" > > wrote: > > Hello, > > I had a problem recently, that the interrupt server (for example > used in libbsd) caused some odd behaviour

Re: Generation of ccoshl.o file

2017-06-17 Thread aditya upadhyay
I am just checking the previous file. it is not a new file. When i make changes in Makefile.am and trying to execute the j-newlib, the Makefile.in is not generating. Is there another method for generating Makefile.in file in newlib. Regards, Aditya On Sun, Jun 18, 2017 at 1:17 AM, Joel Sherrill

Re: Generation of ccoshl.o file

2017-06-17 Thread Joel Sherrill
On Jun 17, 2017 2:28 PM, "aditya upadhyay" wrote: Hello All, I have ported ccoshl.c from freebsd and trying to check whether the lib-a-w_ccoshl.o file has generated or not. When i executed this command : aditya@aditya-Lenovo-ideapad-110-15ACL:~/development/b- sparc-rtems4.12-newlib$ sparc-rtems

Generation of ccoshl.o file

2017-06-17 Thread aditya upadhyay
Hello All, I have ported ccoshl.c from freebsd and trying to check whether the lib-a-w_ccoshl.o file has generated or not. When i executed this command : aditya@aditya-Lenovo-ideapad-110-15ACL:~/development/b-sparc-rtems4.12-newlib$ sparc-rtems4.12-nm /home/aditya/development/b-sparc-rtems4.12-ne

Re: Valid interrupt vectors and the interrupt server

2017-06-17 Thread Joel Sherrill
On Jun 17, 2017 11:17 AM, "Christian Mauderer" < christian.maude...@embedded-brains.de> wrote: Hello, I had a problem recently, that the interrupt server (for example used in libbsd) caused some odd behaviour on an ARM Cortex BSP. That was solved by the following patch: https://git.rtems.org/rte

Re: Adding new arch/bsp to rtems tools

2017-06-17 Thread Joel Sherrill
On Jun 17, 2017 12:55 PM, "Denis Obrezkov" wrote: I don't think that the tester subdirectory has anything to do with this > > Confirm that you can successfully 'waf configure' for the sparc/erc32. > If not, the problem is somewhere in your command line or install > point. Note that rtems-tools sh

Re: Adding new arch/bsp to rtems tools

2017-06-17 Thread Denis Obrezkov
> > I don't think that the tester subdirectory has anything to do with this > > Confirm that you can successfully 'waf configure' for the sparc/erc32. > If not, the problem is somewhere in your command line or install > point. Note that rtems-tools should point to the installed toolchain, > and --r

Valid interrupt vectors and the interrupt server

2017-06-17 Thread Christian Mauderer
Hello, I had a problem recently, that the interrupt server (for example used in libbsd) caused some odd behaviour on an ARM Cortex BSP. That was solved by the following patch: https://git.rtems.org/rtems/commit/?id=ce3ac00c Just today Sichen Zhao had a similar problem on the BBB: https://list

Re: [PATCH] Fix beagle bsp irq issue

2017-06-17 Thread Sichen Zhao
Yes, i will! -- Original -- From: "punit vara";; Date: Sat, Jun 17, 2017 11:44 PM To: "Sichen Zhao"<1473996...@qq.com>; Cc: "rtems-de...@rtems.org"; "Christian Mauderer"; Subject: Re: [PATCH] Fix beagle bsp irq issue Good job Sichen. Keep it up On Sat, Ju

Re: [PATCH] Fix beagle bsp irq issue

2017-06-17 Thread punit vara
Good job Sichen. Keep it up On Sat, Jun 17, 2017 at 8:01 PM, Sichen Zhao <1473996...@qq.com> wrote: > Enable/disable vector routines now check for a valid vector. > Without these guards, the enable/disable vector routines > will not work with the interrupt server. > --- > c/src/lib/libbsp/arm/bea

[PATCH] Fix beagle bsp irq issue

2017-06-17 Thread Sichen Zhao
Enable/disable vector routines now check for a valid vector. Without these guards, the enable/disable vector routines will not work with the interrupt server. --- c/src/lib/libbsp/arm/beagle/irq.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/c/src/lib

[PATCH] Fix beagle bsp irq issue

2017-06-17 Thread hahchenchen
Enable/disable vector routines now check for a valid vector. Without these guards, the enable/disable vector routines will not work with the interrupt server. --- c/src/lib/libbsp/arm/beagle/irq.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/c/src/lib

Re: RSB Couverture-Qemu build queries

2017-06-17 Thread Cillian O'Donnell
On 16 June 2017 at 22:00, Jiri Gaisler wrote: > Hi Cillian, > > the gaisler.org server is currently down due to a power problem last > week. I am in the Caribbean at the moment so I can't fix it until > Tuesday next week. I suggest you skip the LEON3 patches until I fix the > server next week. Let