|
|
RE: Debugging assembly program on NEON
|
|
08/24/2010 8:00 AM
post64047
|
RE: Debugging assembly program on NEON
Is your target running 6.5.0? If not then you have a mismatch since you are using the 6.5.0 version on your host side.
Either update your target to the same release of your host, or re-target your IDE to use the same release of your target
.
For the later, for example, if your target is running 6.4.1, you need to install the 6.4.1 SDP on your host and change
your IDE to use 6.4.1 from "Preferences -> QNX -> Select Installation" drop down list.
-----Original Message-----
From: Girisha SG [mailto:community-noreply@qnx.com]
Sent: Tue 24/08/2010 7:42 AM
To: general-ide
Subject: Re: Debugging assembly program on NEON
I am getting the following warning
warning: Host file C:/QNX650/target/qnx6/armle-v7/usr/lib/ldqnx.so.2 does not match target file /usr/lib/ldqnx.so.2
steps to get away from it ???
|
|
|
|
|