On Jan 24, 2017 12:55 AM, "Tanu Hari Dixit" wrote:
Hello Devs,
I have been trying to setup a makefile so as to execute the various code
snippets given in the C User's guide for RTEMS (
https://docs.rtems.org/doc-current/share/rtems/html/c_user/
index.html#SEC_Contents) and have failed miserably.
Hey,
Thank you for replying. Yes, the sample applications run (hello world and
ticker as given on https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start).
Regards,
Tanu Hari Dixit.
On Tue, Jan 24, 2017 at 4:06 PM, Laurent Navet
wrote:
> Hi
> > I have made a file with the first example of print
Hi
> I have made a file with the first example of printing object names (
> https://docs.rtems.org/doc-current/share/rtems/html/c_
> user/Key-Concepts-Object-Names.html#Key-Concepts-Object-Names) and i use
> the following command to use sparc-rtems4.12-gcc to compile this program
>
> sparc-rtems4.1
Hello Devs,
I have been trying to setup a makefile so as to execute the various code
snippets given in the C User's guide for RTEMS (https://docs.rtems.org/doc-
current/share/rtems/html/c_user/index.html#SEC_Contents) and have failed
miserably. Can you please help me with this?
I have made a file