Closed Slion closed 1 month ago
You need to use the CMake Tools integration for more complex projects - see the README.
That did it. I could reverse my changes and it worked. Any reason why this is not the default?
Yes, because the CMake Tools extension requires the user to understand all the target selection, and pick the right Kit when that pops up. For first time users it’s simpler to just use this extension, but we’ve added the CMake Tools integration into this extension to add support for more complex projects (multiple executables etc).
Trying to use the Flash task did not work for me.
The following resolved to a non-existing ELF file:
I had to use that instead:
I'm guessing the Flash task as it is only works for projects with a single binary output and possibly matching the project name. I have no idea really, just taking a guess.