Forum Discussion
Altera_Forum
Honored Contributor
13 years agonios2 gsl linking problem
hello i am using Nios II EDS 11.1 and i want to use gsl for some processing. i had done all of steps for introducing gsl include path to eclipse. gsl is built with nios ii gcc. and i wrote the ble...
Altera_Forum
Honored Contributor
13 years agoIt is also possible that the linker is finding a different copy of the library - the -L parameters set the search path.
An alternative is to explicitly specify path/libfoo.a (or libfoo.so) on the linker command line instead of -lfoo. Removing the vaguaries of the search path. Not sure whether the IDE will let you do that though.