Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to download program to the QNX target?: (2 Items)
   
How to download program to the QNX target?  

I use the QNX mometics IDE to compile my program and when I download the program that compiled to the QNX target,some 
error information is  below:
-------------------------------------------------
errors starting remote application
-------------------------------------------------

the contents of the  .log file is:

com.qnx.tools.utils.target.QConnException: Target launcher@<localhost:8000>: Error Permission denied 


what is wrong?   ^_^
Re: How to download program to the QNX target?  
You don't have permission to upload you program
a) check that you can write to /tmp folder, if not you need can change 
destination folder in Download tab to one you can
b) actually permissions for /tmp is for user that started qconn on 
target, it is recommended to start it as root user.
c) if you have process running on target, for example /tmp/hello and you 
try to launch another one with the same name from IDE, this would fail 
too because binary cannot be written while program is running

Jan gang wrote:
> I use the QNX mometics IDE to compile my program and when I download the program that compiled to the QNX target,some 
error information is  below:
> -------------------------------------------------
> errors starting remote application
> -------------------------------------------------
>
> the contents of the  .log file is:
>
> com.qnx.tools.utils.target.QConnException: Target launcher@<localhost:8000>: Error Permission denied 
>
>
> what is wrong?   ^_^
>
> _______________________________________________
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post11316
>
>