Hello, I don't know if this is useful, but for me the problem came from git. Doing the following procedure in a terminal solved my compiliation problem: 1) $ cd /yourDirectory2) $ git clone https://github.com/STMicroelectronics/STM32CubeL4.git3) $ gi...