Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Error starting/sending application to RTOS Evaluation Run-time for VMware: (4 Items)
   
Error starting/sending application to RTOS Evaluation Run-time for VMware  
Hi,

i wanna test parts of my program on a vm befor using them on real hardware,
so exactly that what the "QNX Neutrino RTOS Evaluation Run-time for VMware" is made for.



Problem:
--------
Building works, but after pressing Launch-Button the IDE throws the following errormessage (or see screenshot.png):
>> Error in final launch sequence
>> Cannot prepare and download the binary
>> Error starting remote application /tmp/main: Target
>> launcher@<192.168.237.128:8000>: Unknown response error Attempting to exec a
>> shared lib
>> Target launcher@<192.168.237.128:8000>: Unknown response error Attempting to
>> exec a shared lib


Informations:
-------------
Tried it with 2 hosts (every combination same result).
Host1: Windows  7, VMware Workstation 9
Host2: Windows 10, VMware Player 15

IDE: Momentics 7.0.3.v201804261557

I tried 2 VMware Images:
1.) Neutrino641Target: http://www.qnx.de/download/feature.html?programid=20725
2.) qnx700.x86_64.7.0.0.SGA201703011126: Downloaded using Software Center

I followed this Guide:
http://www.qnx.com/developers/docs/7.0.0/#com.qnx.doc.qnxsdp.quickstart/topic/about.html

The program is the by default generated HalloWorld program.
The program gets build without any errors.


Attachments:
------------
screenshot.png: Shows Windows7 host with Momentics Errormessage, QNX running on a VMware Workstation9 and Console 
windows showing the current IP-adresses.
windows_ipconfig_all.txt: Shows output from ipconfig /all command on the Windows7 host.
qnx_qconn.png: Shows QNX 6.41 as VM that qconn is running
momentics_qnxrtos_cpu_details.png: Shows that the QNX 6.41 VM uses a x86 architecture.
project_creation.png: Shows creation as C++ Project for x86 architecture. ("File" -> "New" -> "QNX Project" -> "C/C++" -
> "QNX Executable")
qnx_boot.png: Shows mvSata Interface not found while booting.



Can somebody gave me instructions to solve the problem?

Greetings
Dennes
Attachment: Image project_creation.png 43.52 KB Image screenshot.png 534.94 KB Image qnx_qconn.png 119.79 KB Text windows_ipconfig_all.txt 4.34 KB Image qnx_boot.png 33.18 KB Image momentics_qnxrtos_cpu_details.png 132.43 KB
Re: Error starting/sending application to RTOS Evaluation Run-time for VMware  
If you project called test and binary called test renamed it to 
something else, there is embedded command in shell called test it may 
conflict...
Also is this x86_64 bit target by any chance? And you executing x86 (32) 
bit binary?


On 2019-04-14 2:47 p.m., Dennes Ifländer wrote:
> Hi,
>
> i wanna test parts of my program on a vm befor using them on real hardware,
> so exactly that what the "QNX Neutrino RTOS Evaluation Run-time for VMware" is made for.
>
>
>
> Problem:
> --------
> Building works, but after pressing Launch-Button the IDE throws the following errormessage (or see screenshot.png):
>>> Error in final launch sequence
>>> Cannot prepare and download the binary
>>> Error starting remote application /tmp/main: Target
>>> launcher@<192.168.237.128:8000>: Unknown response error Attempting to exec a
>>> shared lib
>>> Target launcher@<192.168.237.128:8000>: Unknown response error Attempting to
>>> exec a shared lib
>
> Informations:
> -------------
> Tried it with 2 hosts (every combination same result).
> Host1: Windows  7, VMware Workstation 9
> Host2: Windows 10, VMware Player 15
>
> IDE: Momentics 7.0.3.v201804261557
>
> I tried 2 VMware Images:
> 1.) Neutrino641Target: http://www.qnx.de/download/feature.html?programid=20725
> 2.) qnx700.x86_64.7.0.0.SGA201703011126: Downloaded using Software Center
>
> I followed this Guide:
> http://www.qnx.com/developers/docs/7.0.0/#com.qnx.doc.qnxsdp.quickstart/topic/about.html
>
> The program is the by default generated HalloWorld program.
> The program gets build without any errors.
>
>
> Attachments:
> ------------
> screenshot.png: Shows Windows7 host with Momentics Errormessage, QNX running on a VMware Workstation9 and Console 
windows showing the current IP-adresses.
> windows_ipconfig_all.txt: Shows output from ipconfig /all command on the Windows7 host.
> qnx_qconn.png: Shows QNX 6.41 as VM that qconn is running
> momentics_qnxrtos_cpu_details.png: Shows that the QNX 6.41 VM uses a x86 architecture.
> project_creation.png: Shows creation as C++ Project for x86 architecture. ("File" -> "New" -> "QNX Project" -> "C/C++"
 -> "QNX Executable")
> qnx_boot.png: Shows mvSata Interface not found while booting.
>
>
>
> Can somebody gave me instructions to solve the problem?
>
> Greetings
> Dennes
>
>
>
> _______________________________________________
>
> QNX Momentics Getting Started
> http://community.qnx.com/sf/go/post119658
> To cancel your subscription to this discussion, please e-mail momenticsgs-community-unsubscribe@community.qnx.com


Re: Error starting/sending application to RTOS Evaluation Run-time for VMware  
Looking at the images that you have captured, you are attempting to run an SDP 7,0 x86 32 bit application on a QNX 6.4.1
 target.
You need to setup the x86_64 SDP 7.0 VMware image that you downloaded from the QNX Software Center and change your 
project settings to build for x86_64.

- Dave
Re: Error starting/sending application to RTOS Evaluation Run-time for VMware  
Thank you both, that solved the problem. :)

I created the Project as x86_64 (see project_creation.png) and let it run on the VM installed by the SoftwareCenter (see
 qnx700.png).
Attachment: Image project_creation.png 33.1 KB Image qnx700.png 28.69 KB