Re: Using tar to access files

2015-07-14 Thread Gedare Bloom
On Mon, Jul 13, 2015 at 8:06 PM, Chris Johns wrote: > On 14/07/2015 1:57 am, Gedare Bloom wrote: >> On Mon, Jul 13, 2015 at 11:26 AM, Pavel Pisa wrote: >>> Hello Sujay Raj, >>> >>> >>> On Tuesday 30 of June 2015 06:39:28 Sujay Raj wrote: I need to access configurations files the for web serv

Re: Using tar to access files

2015-07-13 Thread Chris Johns
On 14/07/2015 1:57 am, Gedare Bloom wrote: > On Mon, Jul 13, 2015 at 11:26 AM, Pavel Pisa wrote: >> Hello Sujay Raj, >> >> >> On Tuesday 30 of June 2015 06:39:28 Sujay Raj wrote: >>> I need to access configurations files the for web server I am porting to >>> rtems. >>> >>> I create a tar archive

Re: Using tar to access files

2015-07-13 Thread Gedare Bloom
On Mon, Jul 13, 2015 at 11:26 AM, Pavel Pisa wrote: > Hello Sujay Raj, > > > On Tuesday 30 of June 2015 06:39:28 Sujay Raj wrote: >> I need to access configurations files the for web server I am porting to >> rtems. >> >> I create a tar archive , that contains the required folders and files , >> c

Re: Using tar to access files

2015-07-13 Thread Pavel Pisa
Hello Sujay Raj, On Tuesday 30 of June 2015 06:39:28 Sujay Raj wrote: > I need to access configurations files the for web server I am porting to > rtems. > > I create a tar archive , that contains the required folders and files , > convert it into c source using rtems-bin2c , ( a header file and

Re: Using tar to access files

2015-06-30 Thread Gedare Bloom
On Tue, Jun 30, 2015 at 1:10 AM, Nick Withers wrote: > On Tue, 2015-06-30 at 10:09 +0530, Sujay Raj wrote: >> I need to access configurations files the for web server I am porting to >> rtems. >> >> I create a tar archive , that contains the required folders and files , >> convert it into c source

Re: Using tar to access files

2015-06-29 Thread Nick Withers
On Tue, 2015-06-30 at 10:09 +0530, Sujay Raj wrote: > I need to access configurations files the for web server I am porting to > rtems. > > I create a tar archive , that contains the required folders and files , > convert it into c source using rtems-bin2c , ( a header file and a c source > ) and

Using tar to access files

2015-06-29 Thread Sujay Raj
I need to access configurations files the for web server I am porting to rtems. I create a tar archive , that contains the required folders and files , convert it into c source using rtems-bin2c , ( a header file and a c source ) and link them with my project. In the init, I call sc = Untar_From