Re: Help with RTEMS C User’s Guide

2017-01-24 Thread Joel Sherrill
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)

Re: Help with RTEMS C User’s Guide

2017-01-24 Thread Tanu Hari Dixit
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

Re: Help with RTEMS C User’s Guide

2017-01-24 Thread Laurent Navet
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 > >

Help with RTEMS C User’s Guide

2017-01-23 Thread Tanu Hari Dixit
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