Linking Static Kernel Library to Downloadable Kernel Module (Workbench
From Tim Maculewicz@21:1/5 to All on Tue Jul 11 07:50:02 2017
Hi,
I have created an SKL using New > Wind River Workbench Project > Static Kernel Library. After importing all the code to it I have been trying to link it to my main DKM. I have tried including the library's .a in my DKM's build targets, as well as
including the library path in the Preprocessor Include Paths and Build Properties > Paths / Libraries. It still has trouble finding headers and symbols and such. Any advice on linking SKLs?