Re: users Digest, Vol 167, Issue 8

2020-08-09 Thread Niteesh G. S.
ror: cannot find bsp > configuration file: i386-rtems5.ini > > My guess here is that you might have missed the install step. In your BSP directory you should execute the* make install *If you have already done this step then I think the issue might be in the prefix directory. I guess you

GSoC Project Introduction

2020-05-07 Thread Niteesh G. S.
Hello everyone, I am Niteesh, a second-year student at Rajalakshmi Engineering College, Thandalam, pursuing Electronics and Communication Engineering. I am really happy to announce that I have been selected for Google Summer of Code 2020 and will be working on the project "Beagle BSP:

Re: Error when building rtems

2020-03-08 Thread G. S. Niteesh
Which documentation are you referring to? you should either use https://docs.rtems.org/branches/master/user/start/index.html or https://docs.rtems.org/branches/master/user/installation/index.html (Refer to development and kernel installation page) On Sun, Mar 8, 2020 at 4:14 PM Richi Dubey wrote:

Re: Help with building rtems in Ubuntu

2020-02-09 Thread Niteesh
Do you have /bin in your PATH variable? if not you can add it using export PATH="/bin/:$PATH" IMHO this should fix your problem. If it doesn't and you find any other correct solution please let me know. On Sun, Feb 9, 2020 at 8:41 PM Ashwin Godbole wrote: > So i was able to get rtems installed a

Re: Problem in Building BSP

2020-01-12 Thread Niteesh
Maybe, because you don't have the necessary packages installed. Go through this https://docs.rtems.org/branches/master/user/hosts/posix.html#linux and make sure you have installed the required packages. On Sun, Jan 12, 2020 at 9:31 PM Prithvi Chakravarthy < prithvichakravar...@gmail.com> wrote:

Re: Can someone recommend a Quick Start that "just works"?

2019-11-19 Thread Niteesh
Hii charles, On Wed, 20 Nov, 2019, 7:37 AM Charles Manning, wrote: > Hi > > I am starting out with RTEMS and want to get through the first steps from > zero to running a hello world application on a simulator, qemu etc. > > Unfortunately https://docs.rtems.org/branches/master/user/start/index.ht

sparc-rtems5-gdb error

2019-09-21 Thread Niteesh
While trying to run the hello world application on the sparc architecture. I faced problems with gdb. I followed the exact steps in the rtems quickstart doc. But when trying to the application using gdb I get "*Undefined command: sim*" when setting the target to the simulator. Is it an issue on my