05-21-2023 10:49 AM
I'm using Nucleo-F756ZG board from STM vendor. I'm using VS Code with PlatformIO extension. Here, I can provide various compiler/assembler/linker options which are considered during build and link process. I'm not sure how I should implement these flags because, as far as I know, its only instructed how to do this on Arduino platform. This are the instructions I'm referring to:
I'm able to link against "libalgobsec.a" static library however I get more errors, which refer to inidividual output files within this library. So, translating these options to my platform might solve this issues I'm facing.
05-24-2023 11:27 AM
Hi lgacnik97,
Could we know detailed information about your compiler information?
If your compiler is gcc, you can link libalgobsec.a under folder "BSEC2.4.0.0_Generic_Release_23012023\algo\normal_version\bin\gcc\Cortex_M7".