Re: How to add New BSP in RTEMS 5.0

2018-12-10 Thread Amarnath MB
Hi Sebastian Huber, Added my BSP to c/src/lib/libbsp/arm/acinclude.m4, now it builds. Thanks for your help. *Regards,* *Amarnath MB* On Tue, Dec 11, 2018 at 12:18 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 11/12/2018 07:38, Amarnath MB wrote: > > Hi, > > > > Curre

Re: How to add New BSP in RTEMS 5.0

2018-12-10 Thread Sebastian Huber
On 11/12/2018 07:38, Amarnath MB wrote: Hi, Currently working on developing an RTEMS 5.0 BSP for a new SOC based on ARM926EJS. I have taken lpc32xx_mzx as the reference BSP and have made following changes in the RTEMS master, 1. Created a new folder for my target inside /bsps/arm/ 2. Ad

How to add New BSP in RTEMS 5.0

2018-12-10 Thread Amarnath MB
Hi, Currently working on developing an RTEMS 5.0 BSP for a new SOC based on ARM926EJS. I have taken lpc32xx_mzx as the reference BSP and have made following changes in the RTEMS master, 1. Created a new folder for my target inside /bsps/arm/ 2. Added .inc and .cfg files for the target insi

Re: Problems using Global message queues to share data between nodes

2018-12-10 Thread Diego Mercado
more information: using the debugger, we can see that the program crashes in "rtems_mpci_entry Shm_Get_packet()" thanks El jue., 6 de dic. de 2018 a la(s) 17:20, Diego Mercado (diego.me...@gmail.com) escribió: > > Hello, > we are using Rtems 4.10 (RCC-1.2.16. RTEMS-4.10, GCC 4.4.6), compiling f

Re: How to reduce the RTEMS BSP build time

2018-12-10 Thread Amarnath MB
Hi, As I stated in my earlier mail, I'm trying to move my development to master branch. I have made following changes in the RTEMS git clone, 1. Created a new folder for my target inside /bsps/arm/ 2. Added .inc and .cfg files for the target inside /bsps/arm//config (Modified copy of lp

Re: How to reduce the RTEMS BSP build time

2018-12-10 Thread Amarnath MB
Hi Jeol, I was doing bootstrap in the top of the tree, Thanks for your tip. As per Sebastian Huber suggested I'm moving my development to master branch. In RTEMS 5, after adding some changes in the start.S file if I give successive make as 'make RTEMS_BSP=lpc32xx_mzx', the changes are getting re