Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - QNX Momentics IDE 4.7.0: (3 Items)
   
QNX Momentics IDE 4.7.0  
when i run my code on an ARM target, i get the following problem

any ideas?




myhello_g[C/C++ QNX QConn (IP)] C:\QNX650\host\win32\x86\usr\bin\ntoarm-gdb.exe

[New pid 1105937 tid 1]
warning: Host file C:/QNX650/target/qnx6/armle-v7/usr/lib/ldqnx.so.2 does not match target file /usr/lib/ldqnx.so.2
0x011abe64 in ?? ()
mi_cmd_var_create: unable to create variable object
mi_cmd_var_create: unable to create variable object
mi_cmd_var_create: unable to create variable object
Re: QNX Momentics IDE 4.7.0  
haha i found out the problem i was watchding a variable that does not exist, sorry...
Re: QNX Momentics IDE 4.7.0  
On Tue, 2011-03-01 at 12:09 -0500, David Lee wrote:
> warning: Host file C:/QNX650/target/qnx6/armle-v7/usr/lib/ldqnx.so.2
> does not match target file /usr/lib/ldqnx.so.2

Note that this warning usually means trouble for debugging.

Libraries on your host and target must match, particularly libc.so.3
(aka ldqnx.so.2).