Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - IDE Debugging, "Program not found" error: (2 Items)
   
IDE Debugging, "Program not found" error  
Hello,

 

Our build infrastructure is based on custom makefiles. I need the IDE (Version: 4.0.1 Build id: I20070321) only for 
debugging. However, I am unable to do so. When trying to create the debug configuration, I click on browse to select the
 application to be debugged on the target, I get the dreaded "Program not found" message and the debug button is grayed 
out.

 

From looking at this forum I understand that the main two reasons for this are, either the binary parser is not the QNX 
binary parser or the binary was not built for the target platform.

 

Well, I went to the properties for the project and made sure that the QNX binary parser was the only parser selected 
from the list. I also tried from the command line using ntoppc-gdb.exe and verify that the binary is correctly build for
 the target platform by doing command line debugging.

 

So if the main two reasons for the "Program not found" message do not apply to my case, what else am I missing?

 

Thanks,

 

-Willman

Re: IDE Debugging, "Program not found" error  
The main reason is still that binary parser is not recognizing it. What 
platform is it? x86? Try to close project and re-open again.
If project properly scanned your binary should appear in Binary folder.



Willman Rojas wrote:
>
> Hello,
>
>  
>
> Our build infrastructure is based on custom makefiles. I need the IDE 
> (Version: 4.0.1 Build id: I20070321) only for debugging. However, I am 
> unable to do so. When trying to create the debug configuration, I 
> click on browse to select the application to be debugged on the 
> target, I get the dreaded "Program not found" message and the debug 
> button is grayed out.
>
>  
>
> From looking at this forum I understand that the main two reasons for 
> this are, either the binary parser is not the QNX binary parser or the 
> binary was not built for the target platform.
>
>  
>
> Well, I went to the properties for the project and made sure that the 
> QNX binary parser was the only parser selected from the list. I also 
> tried from the command line using ntoppc-gdb.exe and verify that the 
> binary is correctly build for the target platform by doing command 
> line debugging.
>
>  
>
> So if the main two reasons for the "Program not found" message do not 
> apply to my case, what else am I missing?
>
>  
>
> Thanks,
>
>  
>
> -Willman
>
>
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post8043
>