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 He

Re: sparc-rtems5-gdb error

2019-09-24 Thread Gedare Bloom
On Sat, Sep 21, 2019 at 10:47 PM Niteesh wrote: > > 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

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

2019-04-16 Thread Joel Sherrill
On Mon, Apr 15, 2019 at 2:25 PM Michel Macena wrote: > Hi, I have compiled a code for an ERC32 target board and loaded it using > gdb, > the code: > > #include >> #include >> #include >> >> >> rtems_task Init( >> rtems_task_argument ignored >> ) >> { >> >> printf( "Hello World Michel\n"

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

2019-04-15 Thread Chris Johns
On 16/4/19 5:25 am, Michel Macena wrote: > Hi, I have compiled a code for an ERC32 target board and loaded it using gdb, > the code: > > #include > #include > #include > > > rtems_task Init( >   rtems_task_argument ignored > ) > { > >     printf( "Hello World

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-gcc -Wall -g -B /home/in

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

2019-03-31 Thread Chris Johns
Hi Michel, Sorry about the delay, I have been away for a week or so. On 26/3/19 4:27 am, Michel Macena wrote: > Hi Chris, I'm glad you helped me, > but I'm kind of lost in RTEMS development cycle. > > I followed all steps of section 2 (Quick-Start),and in the > end there is a instruction "make i

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

2019-03-26 Thread William Busacker
Good to know that the compiler itself knows a lot of stuff. I always ran into trouble whenever that bsp_specs directory was missing and the way the cross compiler was built made me think it was nothing more than the architecture compiler and all of the extra link stuff was buried inside that dir

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

2019-03-26 Thread Joel Sherrill
On Tue, Mar 26, 2019 at 7:13 PM William Busacker wrote: > Michel, > > Maybe I can help you out. > > I personally find the default RTEMS makefile to be overly complicated for > simple projects. I get why its made the way it is, but ¯\_(ツ)_/¯ > > So the xxx-rtems5-gcc compiler doesn't have any know

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

2019-03-25 Thread Michel Macena
Hi Chris, I'm glad you helped me, but I'm kind of lost in RTEMS development cycle. I followed all steps of section 2 (Quick-Start),and in the end there is a instruction "make install" is that one you talking about ? Also, I did not quite understand section 4 (installation), it seems somewhat redu

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

2019-03-23 Thread Chris Johns
On 24/3/19 3:28 am, Michel Macena wrote: > I'm a beginner with RTEMS Welcome. > and I have built a RTEMS5 environment for an erc32 > chip (the example in RTEMS Docs) in my computer with > linux mint. Great and well done. > The environment comes with sample applications. I'm trying to > compile