Error Invalid argument setting working dir /tmp/ could anybo

Hi I’m new to QNX and have the following problem,

Exception occurred while launching configuration. See log for more
information

Reason:
Can’t launch file for EVB Lite 5200 : Target launcher@localhost:800:
Error Invalid argument setting working dir /tmp/


QNX Momentics version 6.2.1B I use the BSP which delivered Motorola with
the evaluation Board EVB 5200 Lite. All is working fine I can download
the programm in the tmp directory and manual start it but when I try to
debug or run it from the IDE it always ends with the error above. I hope
anybody could help me with this problem,

Ciao,

Andreas

Andreas,

Error Invalid argument setting working dir /tmp/

It’s possible that the version of qconn on your target doesn’t match the
one running on your host. Try copying the qconn from your host machine
onto your target and see if that avoids the error you’re seeing.


Cheers,
-Barry

bbeldam <bbeldam@qnx.com> wrote:

Andreas,

Error Invalid argument setting working dir /tmp/

It’s possible that the version of qconn on your target doesn’t match the
one running on your host. Try copying the qconn from your host machine
onto your target and see if that avoids the error you’re seeing.

Or that you don’t have a /tmp directory on your target?

-David

David Gibbs
dagibbs@qnx.com

Hi…

What David says is very important. Your target may have a /tmp dir, but
this may not be a physical dir. in the filesystem (may be a link to
ram?). Make sure that you do something like:

mkdir /tmp

and if /tmp exists, then it will complain about this action, else, it
will create /tmp.

Regards…

Miguel.


David Gibbs wrote:

bbeldam <> bbeldam@qnx.com> > wrote:

Andreas,


Error Invalid argument setting working dir /tmp/


It’s possible that the version of qconn on your target doesn’t match the
one running on your host. Try copying the qconn from your host machine
onto your target and see if that avoids the error you’re seeing.


Or that you don’t have a /tmp directory on your target?

-David

Hi,

thank you Miguel and David for your advice with that I could solve my
problem it was the version problem with qconn. After I copied it from my
host to my target I could debug. Thank you very much,

Regards,

Andreas

Miguel Simon wrote:

Hi…

What David says is very important. Your target may have a /tmp dir, but
this may not be a physical dir. in the filesystem (may be a link to
ram?). Make sure that you do something like:

mkdir /tmp

and if /tmp exists, then it will complain about this action, else, it
will create /tmp.

Regards…

Miguel.


David Gibbs wrote:

bbeldam <> bbeldam@qnx.com> > wrote:

Andreas,



Error Invalid argument setting working dir /tmp/



It’s possible that the version of qconn on your target doesn’t match
the one running on your host. Try copying the qconn from your host
machine onto your target and see if that avoids the error you’re seeing.



Or that you don’t have a /tmp directory on your target?

-David