Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to transfer test program/files from Host to VM ware based QNX image. : (9 Items)
   
How to transfer test program/files from Host to VM ware based QNX image.  
Hello,
        I have an Audio test program built using QNX momentics on my XP machine. I also have a VMware imgae of QNX 
running on the same machine. Is it possible to transfer this test program's binary and a test audio file over to the 
VMware image instance of QNX ? I would appreciate any pointers and hints on how to go about doing so. As a first step it
 be great if someone could tell me how to transfer files to the VMWare image.

Thanks,
Vijay
Re: How to transfer test program/files from Host to VM ware based QNX image.  
Are you using IDE? There is 10 Steps guide that describe how to write simple program and launch it using IDE.
If you don't want to use IDE for some reason you can used ftp, scp, etc.


On 29/11/10 12:46 PM, Vijay Dixit wrote:
> Hello,
>         I have an Audio test program built using QNX momentics on my XP machine. I also have a VMware imgae of QNX 
running on the same machine. Is it possible to transfer this test program's binary and a test audio file over to the 
VMware image instance of QNX ? I would appreciate any pointers and hints on how to go about doing so. As a first step it
 be great if someone could tell me how to transfer files to the VMWare image.
> 
> Thanks,
> Vijay
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post76294
> 
Re: How to transfer test program/files from Host to VM ware based QNX image.  
Yes I am using the IDE, how may I go about using SCP/FTP from XP ? Any specific software/driver to be installed on the 
QNX side ?
Re: How to transfer test program/files from Host to VM ware based QNX image.  
If you using IDE you have to read the guide (at least 10 steps one!). You just launch the application - it will transfer
 all files for you. Also you can use Target File System Natigator view
to drag and drop files between host & target.

On 29/11/10 02:32 PM, Vijay Dixit wrote:
> Yes I am using the IDE, how may I go about using SCP/FTP from XP ? Any specific 
software/driver to be installed on the QNX side ?
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post76320
> 
Re: How to transfer test program/files from Host to VM ware based QNX image.  
Hello Elena,
                Thanks for the hint. But after spending a while with the IDE am unable to exactly find, how to bring up 
the drag and drop feature from within the IDE ?

Thanks,
Vijay
Re: How to transfer test program/files from Host to VM ware based QNX image.  
Did you read 10 Steps guide?
http://www.qnx.com/developers/docs/6.5.0/index.jsp?topic=/com.qnx.doc.momentics_quickstart/about.html


On 29/11/10 02:52 PM, Vijay Dixit wrote:
> Hello Elena,
>                 Thanks for the hint. But after spending a while with the IDE am unable to exactly find, how to bring 
up the drag and drop feature from within the IDE ?
> 
> Thanks,
> Vijay
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post76323
> 
Re: How to transfer test program/files from Host to VM ware based QNX image.  
Elena, thanks a lot for the above link. That certainly helps. Will give it a try.

Thanks,
Vijay
Re: How to transfer test program/files from Host to VM ware based QNX image.  
Elena,
           I am using the QNX momentics suite downloaded from here:

http://www.qnx.com/products/evaluation/

I am unable to find a way to add the QNX Audio library to build my program, as described in the link above. The IDE that
 I have is quite different from the one being used in the article. I seem to have a newer one. Any hints on how I may 
add a shared library to build my project ?

Thanks,
Vijay
Re: How to transfer test program/files from Host to VM ware based QNX image.  
I had to create a QNX-C project and that resolved it.