2022-06-23 08:08 AM - last edited on 2024-12-04 08:37 AM by Andrew Neil
Under linux ubuntu 22.04: Cycling between IDE and CubeMX. When I start the CubeMX from the IDE (via the .ioc file) and change anything in the MX / save it; it trashes the whole project. (Include paths) This works OK in windows, so this is a BUG.
Additionally, all my changes are always overwritten when I edit the MX. I am not sure if this is a way it supposed to be or I am doing something wrong.Please help.
Error from Console:
ake: *** [Drivers/BSP/Components/subdir.mk:65: Drivers/BSP/Components/S2LP_Fifo.o] Error 1
In file included from /home/peterglen/STM32CubeIDE/workspace_1.9.0/x-cube-subg2/Drivers/BSP/S2868A2/s2868a2.c:20:
/home/peterglen/STM32CubeIDE/workspace_1.9.0/x-cube-subg2/Drivers/BSP/S2868A2/s2868a2.h:30:10: fatal error: s2lp.h: No such file or directory
30 | #include "s2lp.h"