Hi,
I am currently trying to use the GNU Scientific library (gsl gnu.org/software/gsl/doc/html/) in a nordic related project in SES. for this reason, I have added the include path of the gsl library to the preprocessor user include directories and have added the path to the actual libraries (gsl.a and gslcblas.a) to the linker_additional_files option. I can find the declaration of the functions in use within the project, but on build, the .a files dont seem to be properly recognized, as im getting 'undefined reference to [...]' errors.
What am I doing wrong here?
Best, Julius
I am currently trying to use the GNU Scientific library (gsl gnu.org/software/gsl/doc/html/) in a nordic related project in SES. for this reason, I have added the include path of the gsl library to the preprocessor user include directories and have added the path to the actual libraries (gsl.a and gslcblas.a) to the linker_additional_files option. I can find the declaration of the functions in use within the project, but on build, the .a files dont seem to be properly recognized, as im getting 'undefined reference to [...]' errors.
What am I doing wrong here?
Best, Julius