STM32CubeIDE hangs during build
Lately, at an increasing rate, CubeIDE hangs with the project at 25~27% and will not proceed. As best I can tell, this is always on the last file it's compiling. That is to say, it's hanging on the last arm-none-eabi-gcc "source_code.c" output and when the build doesn't fail, the next line is arm-none-eabi-gcc -o "Project.elf".
There's no error, or warning just sits there. If I retry, sometimes it passes, sometimes it takes 2-3 retries and sometimes it takes a dozen.
I had this problem about a year ago but it was much less severe (happened 1/15 build attempts). My teammates have this problem too and for them it has remained less severe. What can I do to debug this, or any ideas what's going on?
OS: Windows
CubeIDE Version: 1.9.0 and 1.10.1
