How to solve Undefined Reference errors during cross-compilation from Visual Studio?
I have created a Solution File(.sln) from Microsoft Visual Studio and the my code (targeted for Unix based Systems) is using the standard Unix Libraries. My code seems to compile when I am simply compiling the code in my Linux Machine. But when I am using the Visual Studio .sln file, the code is giving me Undefined Reference errors.