Adding external GCC libraries to STM32Cube project
Hi,
I was looking on some tutorials to do FFT on the NUCLEO-L476RG board, where they recomended using CMSIS DSP library. The DSP configuration guide from ST (link below) said to add the library path under Project Properties ->Tool Settings ->GCC Linker. The issue is the GCC Linker settings doesn't show up under Tool Settings in my project, as seen in the picture i've attached. I've tried adding it to the G++ Linker instead, but that didn't work, I suppose because the library is written for GCC.
Is there any other way to add libraries, or is there something i need to do to make this setting show up?
Link to guide:
https://community.st.com/s/article/configuring-dsp-libraries-on-stm32cubeide
Picture of tool settings:

