Hi,
I'm trying to link a custom library to use with Erika. I've included the header file which contains the library function declarations and the path to the library as you can see below, let me know is there any setting is missing?
Best regards,
Alex
Linking custom library error
Moderator: paolo.gai
Re: Linking custom library error
Dear Alex,
try adding an EEOPT in the OIL file OS_EE_VERBOSE.
In this way, it will print the command line used by the makefile.
Then try to execute the same command alone, from the command line, and check where is the issue.
Likely the linker command is missing some parameter, or the directory you specified for the linked libraries are wrong...
Ciao,
PJ
try adding an EEOPT in the OIL file OS_EE_VERBOSE.
In this way, it will print the command line used by the makefile.
Then try to execute the same command alone, from the command line, and check where is the issue.
Likely the linker command is missing some parameter, or the directory you specified for the linked libraries are wrong...
Ciao,
PJ