STM32Cubeide 1.19 and CubeMX 6.16 compatibility
Hello.
My current set up is STM32Cubeide 1.19 which has an integrated version of the CubeMX (6.15)
I'm currently working on some st git examples, that seem to have been created with CubeMX (6.16), thus i cannot open the .ioc file on cubeIDE. I installed cubeMX 6.16 in order to edit the .ioc file and hit generate.
Once i tried to build the project on cubeIDE though i got various errors
make: *** No rule to make target 'C:/Users/asantorinaios/STM32CubeIDE/workspace_1.19.0/BLE_Beacon/Drivers/STM32WBAxx_HAL_Driver/Src/stm32wbaxx_hal_gtzc.c', needed by 'Drivers/STM32WBAxx_HAL_Driver/stm32wbaxx_hal_gtzc.o'. Stop.
"make -j12 all" terminated with exit code 2. Build might be incomplete.If i try to exclude said file from the build, i another similar error.
Is the cubeMX 6.16 incompatible with the 1.19 cubeIDE. Do i need to download cubeide 2.0 or is there another solution ?
