Re: Using helper functions

2017-02-07 Thread Tanu Hari Dixit
Oh, yes. Thanks for the heads up. I'll rebuild it. Regards, Tanu Hari Dixit. On Tue, Feb 7, 2017 at 8:14 PM, punit vara wrote: > If you are trying to build my gpio sample then its just for arm > architecture and specifically for beagle bone black. Sparc is > completely different architecture so

Re: Using helper functions

2017-02-07 Thread punit vara
If you are trying to build my gpio sample then its just for arm architecture and specifically for beagle bone black. Sparc is completely different architecture so sample won't build in it. On Tue, Feb 7, 2017 at 7:12 PM, Tanu Hari Dixit wrote: > Hello Punit, > > Thank you for the explanation. I d

Re: Using helper functions

2017-02-07 Thread Tanu Hari Dixit
Hello Joel, > An alternative is to look at the examples-v2 repo. It shows how to > builds RTEMS applications external to the RTEMS tree using waf. > I had tried example-v2 a few days back. I'll try to make an application with the help of it. Thank you. Regards, Tanu Hari Dixit. __

Re: Using helper functions

2017-02-06 Thread Joel Sherrill
On Mon, Feb 6, 2017 at 9:20 AM, punit vara wrote: > On Mon, Feb 6, 2017 at 8:31 PM, Tanu Hari Dixit > wrote: > > Hello Punit, Gedare, > > > I cloned the repo you linked to in your previous mail. However, I am > unable > > to figure out how to run the application. I have kept it outside the > rte

Re: Using helper functions

2017-02-06 Thread punit vara
On Mon, Feb 6, 2017 at 8:31 PM, Tanu Hari Dixit wrote: > Hello Punit, Gedare, > I cloned the repo you linked to in your previous mail. However, I am unable > to figure out how to run the application. I have kept it outside the rtems > tree. I know how executables for tests are made i.e. by the co

Re: Using helper functions

2017-02-06 Thread Tanu Hari Dixit
Hello Gedare, > see rtems.git/testsuites/fstests for examples of some filesystem usage. I'll look into this testsuite in more depth. Thanks. Regards, Tanu Hari Dixit. On Mon, Feb 6, 2017 at 8:31 PM, Tanu Hari Dixit wrote: > Hello Punit, Gedare, > > Thanks for the answer. > > Which file system

Re: Using helper functions

2017-02-06 Thread Tanu Hari Dixit
Hello Punit, Gedare, Thanks for the answer. Which file system API you are talking about ? Can you please send me > the file location ? The file system I am talking about is In-Memory FileSystem (imfs). The file location is: /home/thd/development/rtems/src/rtems/cpukit/libfs/src/imfs I cloned t

Re: Using helper functions

2017-02-02 Thread Gedare Bloom
see rtems.git/testsuites/fstests for examples of some filesystem usage. On Thu, Feb 2, 2017 at 12:03 PM, punit vara wrote: > Hi > > Which file system API you are talking about ? Can you please send me > the file location ? > > I have used some of GPIO APIs for BBB board. Have a look at this examp

Re: Using helper functions

2017-02-02 Thread punit vara
Hi Which file system API you are talking about ? Can you please send me the file location ? I have used some of GPIO APIs for BBB board. Have a look at this example https://github.com/punitvara/rtems_gsoc16/blob/master/gpio/init.c Similarly you can create application for any APIs. P.S. Always