Error in final launch sequence
Been trying to test out the aws_demos from Amazon for their Amazon RTOS on my STM32L475 IOT Development board using the system workbench Eclispe.
I get the following error: “Launching aws_demos Debug” has encountered a problem. Error in launch sequence”.
When I select more details, I see the following
“Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: The system tried to join a drive to a directory on a joined drive.
localhost:3333: The system tried to join a drive to a directory on a joined drive.”
I checked to make sure the folder I’m running is in the same directory as the workspace’s directory. I do not get any build errors (when I only build) or when I just do run, but I get this when I try to do Run->Debug As-> Ac6 STM32 C/C++ Application
I also went under Debugger tab and made sure no other processes were running.
Any advice?