Can't build project in VSCode after I add DSP Library in CubeMX
First, specs:
CubeMX Version 6.18.1 on Mac OSX
MPU: STM32U595RIT6
IDE: VSCode 1.123.0 on Mac OSX
OK, So after a large amount of searching on how to add the DSP libararies, which have been moved in recent CubeMX versions, I have a new issue. When trying to build the previously-successful project, I get this error:

I know for a fact the .a file libarary is indeed present where it’s supposed to be. Here is the library section that was modified in the newly-generated makefie:

As I mentioned, the .a file is present in Middlewares/ST/Arm/DSP/Lib. Though, I find it weird the error about “-l-Wl,--start-group” not being a file or directory. That just seems bunged up to me. But this is exactly how the makefile came out of CubeMX.
Any ideas here? Any help would be massively appreciated! Thanks!
