Re: Sparc-rtems5

2022-02-16 Thread Sebastian Huber
Hello Gustavo, On 16/02/2022 09:52, Gustavo F. Paredes Delaloye - LU2JGP wrote: Does anyone have a description or help on the function of the scripts (sparc-rtems5-...) inside the/opt/rtems-5.1-2019.07.25/bin/ folder? to which scripts do you refer to in particular? -- embedded brains GmbH

Sparc-rtems5

2022-02-16 Thread Gustavo F. Paredes Delaloye - LU2JGP
Hi. Does anyone have a description or help on the function of the scripts (sparc-rtems5-...) inside the /opt/rtems-5.1-2019.07.25/bin/ folder? Greetings. Gustavo -- *"Per Aspera ad Astra"* Gustavo F. Paredes Delaloye -- My LinkedIn <http://ar.linkedin.com/in/gustavofabianpared

Re: sparc-rtems5-gdb error

2019-09-24 Thread Gedare Bloom
defined command: sim" when setting the > target to the simulator. > Is it an issue on my side or is something missing in the docs? > (Reposting Jiri's Answer from devel ML) The sis simulator has been detached from gdb. You can run your application using sparc-rtems5-sis, or debu

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

Re: SPARC-RTEMS5-GDB and RTEMS Fatal error !

2019-04-16 Thread Joel Sherrill
" ); >> >> } >> >> /* configuration information */ >> >> /* NOTICE: the clock driver is explicitly disabled */ >> #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER >> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER >> >> #define

Re: SPARC-RTEMS5-GDB and RTEMS Fatal error !

2019-04-15 Thread Chris Johns
t; } > > /* configuration information */ > > /* NOTICE: the clock driver is explicitly disabled */ > #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER > #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER > > #define CONFIGURE_RTEMS_INIT_TASKS_TA

SPARC-RTEMS5-GDB and RTEMS Fatal error !

2019-04-15 Thread Michel Macena
ATION_DOES_NOT_NEED_CLOCK_DRIVER > #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER > > #define CONFIGURE_RTEMS_INIT_TASKS_TABLE > #define CONFIGURE_MAXIMUM_TASKS 1 > > #define CONFIGURE_INIT > > #include > the gdb commands: sparc-rtems5-gdb > /home/inpe/rtems_exemplos/c

Re: SPARC-RTEMS5-GDB no symbol "remotebaud" in context

2019-04-08 Thread Joel Sherrill
On Mon, Apr 8, 2019, 3:08 PM Michel Macena wrote: > Hi, > I have compiled a modified version of file hello_world_c from > example V2 repository 4-10-2 version in SPARC-RTEMS5-GCC. > The only modification was on the text of "Hello World". > Command line: > >>

SPARC-RTEMS5-GDB no symbol "remotebaud" in context

2019-04-08 Thread Michel Macena
Hi, I have compiled a modified version of file hello_world_c from example V2 repository 4-10-2 version in SPARC-RTEMS5-GCC. The only modification was on the text of "Hello World". Command line: > sparc-rtems5-gcc -Wall -g -B /home/inpe/masters_p > roject/rtems/5/sparc-rtems5/

Re: SPARC-RTEMS5-GCC ignores or don't find libraries

2019-03-31 Thread Chris Johns
re. So for me to compile a fresh new > application for my ERC32 target, This could be true. As gcc changes and we update RTEMS specific commands line and set ups may not be valid any more. This is the challenge for us when documenting a specific application build environment. We need to documen

Re: SPARC-RTEMS5-GCC ignores or don't find libraries

2019-03-26 Thread William Busacker
uild tree is kinda messed up so I don't know exactly where to point you, but if you manage to find the file "bsp_specs" that will be in the directory you need to target. My guess is that it would look something like sparc-rtems5/erc32/lib From there you just compile the project like

Re: SPARC-RTEMS5-GCC ignores or don't find libraries

2019-03-26 Thread Joel Sherrill
s a path to where you ran ../rtems-git/configure. > My build tree is kinda messed up so I don't know exactly where to point > you, but if you manage to find the file "bsp_specs" that will be in the > directory you need to target. My guess is that it would look something lik

SPARC-RTEMS5-GCC ignores or don't find libraries

2019-03-26 Thread William Busacker
p so I don't know exactly where to point you, but if you manage to find the file "bsp_specs" that will be in the directory you need to target. My guess is that it would look something like sparc-rtems5/erc32/lib From there you just compile the project like you would a normal C pro

Re: SPARC-RTEMS5-GCC ignores or don't find libraries

2019-03-25 Thread Michel Macena
So for me to compile a fresh new application for my ERC32 target, I don't need to use directy the sparc-rtems5-gcc compiler ? Also, once my environment is set-up what is the next step ? Sorry for this amount of doubts and questions, I need to learn this for my masters. Em dom, 24 de mar d

Re: SPARC-RTEMS5-GCC ignores or don't find libraries

2019-03-23 Thread Chris Johns
tions. I'm trying to > compile the > sample from "hello" (init.c) using sparc-rtems5-gcc, here's the command line: > > sparc-rtems5-gcc -g -O2 > /home/michel/masters_project/src/rtems/testsuites/samples/hello/init.c -o > /home/michel/masters_project/compile_test/hell

SPARC-RTEMS5-GCC ignores or don't find libraries

2019-03-23 Thread Michel Macena
I'm a beginner with RTEMS and I have built a RTEMS5 environment for an erc32 chip (the example in RTEMS Docs) in my computer with linux mint. The environment comes with sample applications. I'm trying to compile the sample from "hello" (init.c) using sparc-rtems5-gcc, her