Hello,
I developped an application on QNX momentics IDE running on WinXP. I built
the project without any errors.
Now I’m trying to debug my application (projet.cpp where the main() is) and
I’m getting this messages that I don’t understand.
info tidinfo
Threads for pid 737321 (tmp/projet.exeqnx1185487516487)
Tid: State: Flags:
1 3 0
No source file named projet.cpp.
[Switching to process 737321 (state = 0x03)]
info tidinfo
Threads for pid 737321 (tmp/projet.exeqnx1185487516487)
Tid: State: Flags:
*1 3 0
info sharedlibrary
From To Syms Read Shared
Object Library
0xb0314028 0xb035574c No
/cygdrive/c/QNX630/target/qnx6/x86/lib/libc.so.2
No source file named projet.cpp.
The aim of my application is to develop drivers for a bord using DDK. Now
I’m able to see my executable in the target machine in the correct path I
specified but I don’t know how to execute it to see if it works or not. If
anyone could help me it would be very welcomed.
Thank you for your support.