Hi,
I am trying out VisualGDB (version 4.0) for a fairly large x86 linux project, and I have an issue with adding a reference to a “.a” file in the project settings.
Anything put in the “Additional linker inputs:” section of the project properties makes it into the Makefile, but doesn’t make it into the linker command line.
At the moment, to get the .a file linking into the application I have to add the file to the “END_GROUP” variable in the debug.mak file, unfortunately this make editing the project properties fiddly.
Is there a way to resolve this?
Thanks.