I am trying to use a library in a project. I set paths to the include files and lib files in the project properties.
But it can never find the lib file?
Error message:
Tool arguments: -Wl,–start-group “/tmp/VisualGDB_ToolchainTestProgram.o” -o “/tmp/VisualGDB_ToolchainTestProgram” -Wl,-gc-sections -L/usr/lib -lpthread -llibExploringRPi -Wl,–end-group
/usr/bin/ld: cannot find -llibExploringRPi
collect2: error: ld returned 1 exit statussudo