STM32CubeIDE doesn't compile STM32F4-Dicovery Demonstration prject
I have the STM32CubeIDE version 1.4.2.
I have an STM32F4DISCOVERY board.
I want to import the Demonstration project, compile it, load it and run it. This will verify the discovery board, which is older (MB997C).
I go to File -> Import -> Existing Projects into Workspace. I navigate to C:\Users\smacdonald\STM32Cube\Repository\STM32Cube_FW_F4_V1.25.0\Projects\STM32F4-Discovery\Demonstrations and the STM32F4-DISCO project is discovered. All other options are defaults (Copy proects into workspace is not checked off). Click finish.
In the Project Explorer there is now an STMF4-DISCO project. Files under it look reasonable; Application\User\main.c looks like the main loop.
Right-click on the project, select Build Project , and all I get in the console is
**** Build of configuration Debug for project STM32F4-DISCO ****
Nothing to build for project STM32F4-DISCO
Did I miss something during the import process? I expected this to build and load.
