Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-07 Thread Amarnath MB
Hi Chris, > On 6/5/19 5:30 pm, Amarnath MB wrote: > >> On 3/5/19 7:04 pm, Christian Mauderer wrote: > >> > It's still odd why the PC was on some flash address. > >> Yes. The SR (below) is `CPSR = 0x20d2`. The mode is 0x12 which is > >> IRQ mod

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-06 Thread Amarnath MB
, can you please elaborate? > I don't think that I can help you a lot more at the current point. So > I'll just let you investigate on that topic some more. > > Yeah it is hard without more details. *Thank you & Regards,* *Amarnath MB* On Sun, May 5, 2019 at 6:52 AM

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-03 Thread Amarnath MB
Hi Christian, Thank you for all your support. I will debug on this issue and will keep you posted. *Thank you & Regards,* *Amarnath MB* On Fri, May 3, 2019 at 2:34 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > - Ursprüngliche Mail ----- > >

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-03 Thread Amarnath MB
dable. > >I tried to fix the indentation signs in my answer below. I hope that I caught all your remarks. Thanks. >- Ursprüngliche Mail - >> Von: "Amarnath MB" >> An: "Christian Mauderer" >> CC: "RTEMS Users" , "Ravi G Patil&qu

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-03 Thread Amarnath MB
On Thu, May 2, 2019 at 3:35 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > - Ursprüngliche Mail - > > Von: "Amarnath MB" > > An: "Christian Mauderer" > > CC: "RTEMS Users" , "Ravi G Patil" < &

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-02 Thread Amarnath MB
uting thread name: Alpi *Thank you & Regards,* *Amarnath MB* On Thu, May 2, 2019 at 12:49 AM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > > - Ursprüngliche Mail ----- > > Von: "Amarnath MB" > > An: "Christian Mauderer&

Re: RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-01 Thread Amarnath MB
* rtems_interrupt_disable(0)*? One more doubt, if i issue a global interrupt disable then will there be chance that i can miss few clock ticks? *Thank you & Regards,* *Amarnath MB* On Wed, May 1, 2019 at 8:16 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > -

RTEMS_FATAL_SOURCE_EXCEPTION in RTEMS

2019-05-01 Thread Amarnath MB
added each test routine as a custom shell command using rtems_shell_add_cmd(). For your info we also tested the same driver with u-boot and it works fines. Can anyone guide me on this issue? *Thank you & Regards,* *Amarnath MB* ___ users mailing l

Re: Application build in Eclipse gives error

2019-04-01 Thread Amarnath MB
Yes, it is. This had happened because of a git pull error, my entire toolset directory got deleted. But I had a back up of the working toolset and the above errors are from that copy. *Thank you & Regards,* *Amarnath MB* Module Lead | Software *[image: cid:image003.png@01D34802.FAE459C0]* N

Re: Application build in Eclipse gives error

2019-03-28 Thread Amarnath MB
/opt/rtems/5.00/compiler/5/bin/../lib/gcc/arm-rtems5/7.4.0/;c:/opt/rtems/5.00/compiler/5/bin/../lib/gcc/;c:/opt/rtems/5.00/compiler/5/bin/../lib/gcc/arm-rtems5/7.4.0/../../../../arm-rtems5/lib/ COLLECT_GCC_OPTIONS='-E' '-P' '-v' '-dD' Why does the path shown li

Application build in Eclipse gives error

2019-03-28 Thread Amarnath MB
hing gets built successfully. Once I install my bsp and use it in eclipse to build application it gives the above error. After some googling, I came to know that this is some issue related to the Linker standard path. Can anyone help me solve this error? *Thank you & Reg

Re: RTEMS not compiling with -mfloat-abi=hard in ARM926ejs

2019-01-09 Thread Amarnath MB
your precious time. *Thank you & Regards,* *Amarnath MB* On Wed, Jan 9, 2019 at 11:36 AM Amarnath MB < amarnath...@mistralsolutions.com> wrote: > Hi Chris Johns, > > I have configured the BSP with --target=arm-rtems5 --enable-rtemsbsp=socV1 > --enable-maintainer-

Re: RTEMS not compiling with -mfloat-abi=hard in ARM926ejs

2019-01-08 Thread Amarnath MB
es" during BSP build (make RTEMS_BSP=socV1). *Thank you & Regards,* *Amarnath MB* <http://www.mistralsolutions.com> On Wed, Jan 9, 2019 at 7:11 AM Chris Johns wrote: > On 9/1/19 3:41 am, Amarnath MB wrote: > > > > What do you meant by dynamic loading tests? >

Re: RTEMS not compiling with -mfloat-abi=hard in ARM926ejs

2019-01-08 Thread Amarnath MB
gdatadir='${datarootdir}/rtems5' prefix='/mnt/OS/LAP000426/PROJECTS/2018/MAN/RTEMS_BUILD/development/rtems/manSoc/rtems/5.00/bsps/5.00' program_transform_name='s&^&arm-rtems5-&' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin'

Re: Floating point support in ARM926ejs

2019-01-04 Thread Amarnath MB
rary calls? Since I'm new to RTEMS I assumed that samples will behave exactly the same as my application. *Thank you & Regards,* *Amarnath MB* On Sat, Jan 5, 2019 at 3:27 AM Joel Sherrill wrote: > > > On Fri, Jan 4, 2019 at 6:57 AM Amarnath MB < > amarnath...@mi

RTEMS not compiling with -mfloat-abi=hard in ARM926ejs

2019-01-04 Thread Amarnath MB
nce for all your precious time.* *Regards, * *Amarnath MB* ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: Floating point support in ARM926ejs

2019-01-04 Thread Amarnath MB
Hi, Tried building sample application using Makefile.inc from the BSP installed path, there I'm able to get %f values properly (*Data : **1.123400*). *Thank you & Regards,* *Amarnath MB * On Fri, Jan 4, 2019 at 3:49 PM Amarnath MB wrote: > Hi, > > I have made a copy o

Re: Floating point support in ARM926ejs

2019-01-04 Thread Amarnath MB
Hi, I have made a copy of hello sample and added my testcodes to it. I have also added '#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT' before #include *Thank you & Regards,* *Amarnath MB* On Fri, Jan 4, 2019 at 3:44 PM Sebastian Huber < sebastian.hu...@embedded

Floating point support in ARM926ejs

2019-01-04 Thread Amarnath MB
VFP9-S Floating point coprocessor inside, so I tried replacing -mfloat-abi=soft with -mfloat-abi=hard. But during the build, it gives error "configure: error: C compiler cannot create executables". *Thank you & Regards,* *Amarnath MB* _

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 M

How to add New BSP in RTEMS 5.0

2018-12-10 Thread Amarnath MB
all-recursive] Error 1 gmake[1]: Leaving directory '/mnt/OS/LAP000426/RTEMS_BUILD/development/rtems/mytarget/rtems/5.00/build/LPC/arm-rtems5/c' Makefile:410: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 Am I doing something wrong here or am I missin

Re: How to reduce the RTEMS BSP build time

2018-12-10 Thread Amarnath MB
/LAP000426/RTEMS_BUILD/development/rtems/mytarget/rtems/5.00/build/LPC/arm-rtems5/c' Makefile:410: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1 Am I doing something wrong here or missing some additional steps? *Thank you & Regards,* *Amarnath MB

Re: How to reduce the RTEMS BSP build time

2018-12-10 Thread Amarnath MB
ges are getting reflected in the hello.exe sample. I don't need to give a clean before each make. I have one more doubt, is there a way to build only specific samples from /testsuites/samples? *Thank you & Regards,* *Amarnath MB* On Fri, Dec 7, 2018 at 6:44 PM Joel Sherrill wrote: &

How to reduce the RTEMS BSP build time

2018-12-06 Thread Amarnath MB
Hi, I am a noob to RTEMS. Currently working on developing an RTEMS 4.11 BSP for a new SOC based on ARM926EJS. I have taken lpc32xx_mzx as the reference BSP and I was able to successfully build the BSP in Ubuntu 16.04 using the steps in RTEMS user manual. Below is the time taken for completing each