Details
-
Bug
-
Resolution: Fixed
-
Major
Description
These are blocking the build of several applications for ARM architecture, including:
- base\applications\network\telnet
- modules\rosapps\applications\net\netreg
stlport.lib(locale_impl.cpp.obj) : error LNK2019: unresolved external symbol "void __cdecl `eh vector destructor iterator'(void *,unsigned int,unsigned int,void (__cdecl*)(void *))" (??_M@YAXPAXIIP6AX0@Z@Z) referenced in function "public: __cdecl std::priv::_Time_Info::~_Time_Info(void)" (??1_Time_Info@priv@std@@QAA@XZ)
|
stlport.lib(time_facets.cpp.obj) : error LNK2001: unresolved external symbol "void __cdecl `eh vector destructor iterator'(void *,unsigned int,unsigned int,void (__cdecl*)(void *))" (??_M@YAXPAXIIP6AX0@Z@Z)
|
stlport.lib(time_facets.cpp.obj) : error LNK2019: unresolved external symbol "void __cdecl `eh vector constructor iterator'(void *,unsigned int,unsigned int,void (__cdecl*)(void *),void (__cdecl*)(void *))" (??_L@YAXPAXIIP6AX0@Z1@Z) referenced in function "public: __cdecl std::priv::_Time_Info::_Time_Info(void)" (??0_Time_Info@priv@std@@QAA@XZ)
|
base\applications\network\telnet\telnet.exe : fatal error LNK1120: 2 unresolved externals
|
There may be other modules affected by this.
Attachments
Issue Links
- blocks
-
CORE-17517 Add MSVC ARM build for applications at our GitHub CI
- Resolved