Hello,
I understand this question has been asked before, but I'd like to inquire about something the GitHub docs say about linking static libraries. I am using the VSCode Particle Workbench.
I currently have some static libraries I'd like to link to my user application. The GitHub docs say this about linking libraries.
It looks to me like I should be able to tell the build system where my .a files are using the circled Makefile variables.
This is my source tree and custom makefile.
Adding additional include directories work! But additional libraries don't. Any way to add custom libraries?
To be more specific, I get "symbol is undefined" errors.
Thank you.