Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Build -> deploy: (6 Items)
   
Build -> deploy  
Hi,

Once I have build the libqfc, how do I 'deploy' it to the target? I've got a vmware machine running, but it cant find 
the libqfc_g.so. 
Re: Build -> deploy  
> Hi,
> 
> Once I have build the libqfc, how do I 'deploy' it to the target? I've got a 
> vmware machine running, but it cant find the libqfc_g.so. 


Hi Jeffry,

To "deploy" qfc, onto VMWare, you simply need to use the IDE's "Target File System Navigator" to drag&drop both 
libqfc[_g].so and libsigc-2.0.so into either the "/lib" or "/usr/lib" (whatever your personal preference is) directories
.

That should do it...
Re: Build -> deploy  
Thanks for the quick reply. I'm looking forward to use QFC for codegeneration of CSP based control models.

Jeffry 
Re: Build -> deploy  
Doing a remote debug with qconn etc, still doesnt work... any fix for that?
Re: Build -> deploy  
Jeffry, what are the symptoms? (debug works fine for me).

What version of the IDE/tools are you using?  For C++ I definitely recommend getting the TAU build of the IDE, and the 
gcc 4.2 preview.  The C++ support in gcc 4.2 is much better than earlier compilers...

Re: Build -> deploy  
When I do a run-as->qconn c/c++ the debugger can not find the libraries and symbols. If I copy the executable, and run 
it on the targer (Vmware) it works fine. 

Might I need to copy the header files to the vmware target as well in order to get debugging working? The library is 
build with debugging symbols on btw.