UrdfSim icon indicating copy to clipboard operation
UrdfSim copied to clipboard

AirSim Linker Errors

Open CYLOH3898 opened this issue 5 years ago • 1 comments

Hi, I am facing an issue after I run build.cmd using Visual Studio 2019.

Do you guys know how to solve this issue below?

::_System_error_message(unsigned long)" (??0_System_error_message@std@@QEAA@K@Z) [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(client.obj) : error LNK2019: unresolved external symbol __std_system_error_deallocate_message referenced in function "public: __cdecl std::_System_error_messa
ge::~_System_error_message(void)" (??1_System_error_message@std@@QEAA@XZ) [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(client.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(rpc_error.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(response.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(format.obj) : error LNK2001: unresolved external symbol __CxxFrameHandler4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(client.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(rpc_error.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
AirLib.lib(format.obj) : error LNK2001: unresolved external symbol __GSHandlerCheck_EH4 [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]
c:\workspace\UrdfSim\DroneShell\build\x64\Debug\DroneShell.exe : fatal error LNK1120: 4 unresolved externals [c:\workspace\UrdfSim\DroneShell\DroneShell.vcxproj]

CYLOH3898 avatar Oct 16 '20 01:10 CYLOH3898

Try using VS2017. That's what I currently use.

mitchellspryn avatar Nov 20 '20 21:11 mitchellspryn