Yes, my project and cmake files has the same structure.
Maybe I did something wrong?
That's my sequence:
1. Prepared Eclipse files:
$ cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ECLIPSE_VERSION="4.24" -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=TRUE -DCMAKE_ECLIPSE_MAKE_ARGUMENTS=-j8 ..
2. Import project into IDE:
File -> Import -> General -> Existing Project into Workspace
Here I can build project from IDE.
Then I try to debug:
In Project Explorer right click on project -> Debug as -> 2 MCUXpresso IDE LinkServer (inc. CMSIS-DAP) probes. Opened window "Probes discovered", I can see attached one, press "OK" and nothing happens.
I can try another option:
In Project Explorer right click on project -> Debug as -> Debug Configurations ... Can see window "Debug Configuartions", in right side try to create new "C/C++ (NXP Semiconductors) MCU Application", and nothing happens.
Maybe I do something wrong?
Thanks.