Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem while running application : (4 Items)
   
Problem while running application  
I am using QNX development suite IDE 6.4.1 evaluation version.

I built an application as QNX C project and just wrote a  printf("hellloworld")
I successfully compiled it..

But Ii don’t no how to run the application.
When I am selecting "Run as" -> "C/C++ QNX QConn" nothing is coming up
i tried  "Run as" -> "C/C++ Local application" there also nothing is coming up.

I tried running "qconn" , its not giving me any putput
Is there any way to configure the target as  simulator or configure the target  on the host for running application?
Please help me..
RE: Problem while running application  
Hello Vara,
 
Have you run 'qconn' on the target ? This listens for incoming request from the host-based IDE tools. Once the target 
has an IP address, run qconn and it should do what you need. The target needs 'pdebug' too if you want to debug/single 
step etc.
 
You do not say what your target is - is it an X86 machine, or something else ?
What does 'ifconfig' show on the target ?
Does 'sloginfo' show anything ?
Also, what result do you get for 'pidin A' ?
 
From the host debug side, you need to use the 'IP/qconn' connectivity, not the 'local' option for sure.
 
You can install QNX Neutrino in Vmware or virtualPC if you want a virtual target (and our tools will work with that just
 fine), but there is no other windows/linux simulator, because none is required.
 
There is extensive documentation on how to set things up for debugging - have you read the docs ?
http://www.qnx.com/developers/docs/6.4.1/ide_en/user_guide/debug.html 
 
Regards
 
Dave
 

________________________________

From: vara prasad pamarthi [mailto:community-noreply@qnx.com]
Sent: Thu 12/17/2009 10:34 PM
To: general-ide
Subject: Problem while running application 



I am using QNX development suite IDE 6.4.1 evaluation version.

I built an application as QNX C project and just wrote a  printf("hellloworld")
I successfully compiled it..

But Ii don't no how to run the application.
When I am selecting "Run as" -> "C/C++ QNX QConn" nothing is coming up
i tried  "Run as" -> "C/C++ Local application" there also nothing is coming up.

I tried running "qconn" , its not giving me any putput
Is there any way to configure the target as  simulator or configure the target  on the host for running application?
Please help me..




_______________________________________________

General
http://community.qnx.com/sf/go/post44096


Attachment: Text winmail.dat 5.26 KB
Re: Problem while running application  
I Don't have a taget now..
I just want to run simple hello world with out target..

The target I am trying to use is ARM based ( Not yet finalised)..


Kindly help me in this regard..
RE: Problem while running application  
If you don't have an ARM target, you cannot run your ARM code - there is no simulator provided with our tools.
 
However, you can install QNX Neutrino X86 into Vmware, virtualPC or virtualbox and use that as a virtual target - all of
 our tools can support these virtual machines. You just need to compile your code for x86 instead/as well as ARM, and 
use the X86 binaries.
 
Regards
 
Dave

________________________________

From: vara prasad pamarthi [mailto:community-noreply@qnx.com]
Sent: Fri 12/18/2009 12:18 AM
To: general-ide
Subject: Re: Problem while running application 



I Don't have a taget now..
I just want to run simple hello world with out target..

The target I am trying to use is ARM based ( Not yet finalised)..


Kindly help me in this regard..




_______________________________________________

General
http://community.qnx.com/sf/go/post44101



Attachment: Text winmail.dat 3.83 KB