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
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:
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:
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
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:
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
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