Issue in integrating the .lib file in visual studio code with GCC

Hi All,

I am facing an issue in adding a precompiled library of the format .lib to visual studio code with GCC, I added LDFLAGS to the makefile, but still it is showing the lib file cannot be found

Can anybody guide me , on the steps that needs to be done when linking a .lib file to the makefile.

Note : The .lib file was generated in Keil IDE.

Related