Nios-V C++ Debug Problem
Hi all, I am trying to debug a simple nios-v C++ app but I am getting an error while debugging. The problem is when I create a project with the following commands niosv-bsp -c -p=niosv.qpf -s=niosv.qsys -t=hal software/bsp/settings.bsp niosv-app -b=software/bsp -a=software/app -s=software/app/hello.cpp it gives an error as "Launching app Default has encountered a problem. Error in services launch sequence GDB prompt not read." However, when I execute the following commands to create a project niosv-bsp -c -p=niosv.qpf -s=niosv.qsys -t=hal software/bsp/settings.bsp niosv-app -b=software/bsp -a=software/app -s=software/app/hello.c I can debug it without a problem. Could you please help me about how to debug a cpp application? Thanks, BalerionSolved870Views0likes13Comments