Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - TARFS Resource Manager support: (6 Items)
   
TARFS Resource Manager support  
Hi
How do I test the TARFS resource manager on QNX7.0 running on a AARCH64 CPU.
Where can I get the source code of the same.

Thanks
V.Muthusubramanian
Re: TARFS Resource Manager support  
Do you mean the one that's discussed in the QNX Neutrino Cookbook? If so, you can get the source from the Download area 
on our website (it's in the same directory as the PDF versions of the SDP documentation). Here's a link:

http://www.qnx.com/download/feature.html?programid=30134
Re: TARFS Resource Manager support  
Hi Steve
Yes. I downloaded the source code from the link that you provided.
I tried cross-compiling it for AARCH64 architecture on QNX7 and I get link errors for gzopen,gzclose APIS.

Thanks
V.Muthusubramanian
Re: TARFS Resource Manager support  
I was able to cross compile the Code for AARCH64 on QNX7.
but when I ran the commands
tarfs &
mount -T tarfs /home/root/sample.tar sample.tar.dir

the mount command didn't return any error.
But when I try to cd to sample.tar.dir
it gave Bad descriptor error.

Thanks
V.Muthusubramanian
Re: TARFS Resource Manager support  
I'll take a look at it, but I don't have an AArch64 machine to try it on.
Re: TARFS Resource Manager support  
Hi Steve
Did you had a chance to look at this?
Do you have any update?

Thanks
V.Muthusubramanian