CubeIDE Error : strange error using git
Hello,
I'm using git with my project based on a CubeWL example. After wanting to add this gitignore
and delete unnecessary files (i.e. examples that I don't use, but I kept the drivers of course), it doesn't work anymore...
...Git/STM32WL55/STM32Cube_FW_WL_V1.1.0/Projects/NUCLEO-WL55JC/Applications/Sigfox/Sigfox_PushButton/Core/Src/main.c:171: undefined reference to `HAL_RCC_ClockConfig'
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_2.0.0.202105311346\tools\arm-none-eabi\bin\ld.exe: ./Application/User/Core/main.o: in function `main':
C:/Users/adminlla/Documents/9-Git/STM32WL55/STM32Cube_FW_WL_V1.1.0/Projects/NUCLEO-WL55JC/Applications/Sigfox/Sigfox_PushButton/Core/Src/main.c:76: undefined reference to `HAL_Init'
Etc..
Right there ok, but when I go back to the previous commit it doesn't work either...
It's as if some "include" has disappeared
A lead ?
Thank you
Louis
