cancel
Showing results for 
Search instead for 
Did you mean: 

After successfully added a second project to the workspace as static st32 library, I would like to know ho consume this library from the main project. From Path and Symbols I added the library ${workspace_loc:/ModuleA/Debug/libModuleA.a}.

FMarr.2
Associate III

What else should I do to let my project see header files? Is it correct to add an include path such

C:\Progetti\STM_Projects\ModuleA\Base. But I would like that it sees all the files and possible without an absolute path? What is the correct syntax?

Best Regards

1 REPLY 1
Cartu38 OpenDev
Lead II

Proper way to add an archve (.a file) is the following according to me (please note ':' char is added prior library file)

0693W00000AN3q6QAD.jpgThen if you want to prevent some compiler warning rely on include path to point to related .h repository