when i debug an Apex2 project using emulator as the "help/resources/S32DS_for_Vision_v2_0_Debug_an_APEX2_Project_using_Emulator.mp4", debug perspective can't be displayed (below pic can't be displayed),
instead of ,there is an error in "Debugger console" as below:
GNU gdb (GDB) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-w64-mingw32".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
[New Thread 13284.0x25cc]
[New Thread 13284.0x2fe4]
[New Thread 13284.0x490]
[New Thread 13284.0x241c]
[Thread 13284.0x241c exited with code 3221225781]
[Thread 13284.0x490 exited with code 3221225781]
S32DS stopped and can't enter "debugger perspective".
Hello Jian,
This might be caused by missing environment variable path of opencv.
Did you add path for mingw, OpenCV.
path is C:\NXP\S32DS_Vision_v2.0\S32DS\OpenCV\install\x86\mingw\bin in my case.
Put it in the windows environment variables's Path.
Thanks.
Best regards,
John