I have imported a C++ Builder project from XE8 to 10 Seattle, when I try to compile it using new CLANG based C++ 32 bit in Debug mode, I get following Link errors.
How can I resolve it? When I try Release mode, there is no problem.
Checking project dependencies...
Compiling NURBSTest.cbproj (Debug, Win32)
brcc32 command line for "NURBSTest.vrc"
c:\program files (x86)\embarcadero\studio\17.0\bin\cgrc.exe -c65001 NURBSTest.vrc -foNURBSTest.res
ilink32 command line
c:\program files (x86)\embarcadero\studio\17.0\bin\ilink32.exe -G8 -L.\Win32\Debug;"c:\program files (x86)\embarcadero\studio\17.0\lib\win32\release";
"c:\program files (x86)\embarcadero\studio\17.0\lib\Win32\debug";..\..\..\wafl3\system;..\..\..\wafl3\geo;..\src;D:\WA\warp_dev\proto\NURBS\proj;
D:\WA\warp_dev\proto\NURBS\src;"c:\program files (x86)\embarcadero\studio\17.0\lib\win32c\release";"c:\program files
(x86)\embarcadero\studio\17.0\lib\win32\release";"c:\program files (x86)\embarcadero\studio\17.0\lib\win32\release\psdk";
D:\Profiles\Public\Documents\Embarcadero\Studio\17.0\DCP -j.\Win32\Debug;"c:\program files (x86)\embarcadero\studio\17.0\lib\win32\release";
"c:\program files (x86)\embarcadero\studio\17.0\lib\Win32\debug";..\..\..\wafl3\system;..\..\..\wafl3\geo;..\src;D:\WA\warp_dev\proto\NURBS\proj;
D:\WA\warp_dev\proto\NURBS\src;"c:\program files (x86)\embarcadero\studio\17.0\lib\win32c\release";"c:\program files
(x86)\embarcadero\studio\17.0\lib\win32\release";"c:\program files (x86)\embarcadero\studio\17.0\lib\win32\release\psdk";
D:\Profiles\Public\Documents\Embarcadero\Studio\17.0\DCP -l.\Win32\Debug -v -Gn
-GA"C:\Users\ksg\AppData\Local\Temp\vfs5A52.tmp"="D:\WA\warp_dev\proto\NURBS\src\form_NURBSTest_main.fmx"
-GA"C:\Users\ksg\AppData\Local\Temp\vfs5A53.tmp"="D:\WA\warp_dev\proto\NURBS\src\form_NURBSTest_main.Surface.fmx"
-GA"C:\Users\ksg\AppData\Local\Temp\vfs5A64.tmp"="D:\WA\warp_dev\proto\NURBS\src\form_NURBSTest_main.Windows.fmx" -aa -V5.0 -Tpe c0fmx32w rtl.bpi
fmx.bpi memmgr.lib sysinit.obj .\Win32\Debug\NURBSTest.obj .\Win32\Debug\form_NURBSTest_main.obj .\Win32\Debug\b_spline.obj
.\Win32\Debug\geo_parametric_shape.obj .\Win32\Debug\mem_dynamic.obj .\Win32\Debug\sys_logger.obj , .\Win32\Debug\NURBSTest.exe ,
.\Win32\Debug\NURBSTest.map , import32.lib cp32mti.lib , , NURBSTest.res
[ilink32 Error] Error: Unresolved external '___seh_personality_v0' referenced from D:\WA\WARP_DEV\PROTO\NURBS\PROJ\WIN32\DEBUG\NURBSTEST.OBJ
[ilink32 Error] Error: Unresolved external '__Unwind_SjLj_Register' referenced from D:\WA\WARP_DEV\PROTO\NURBS\PROJ\WIN32\DEBUG\NURBSTEST.OBJ
[ilink32 Error] Error: Unresolved external '__Unwind_SjLj_Unregister' referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\17.0\LIB\WIN32\RELEASE\RTLE.LIB|dstring
[ilink32 Error] Error: Unresolved external '___cxa_begin_catch' referenced from D:\WA\WARP_DEV\PROTO\NURBS\PROJ\WIN32\DEBUG\NURBSTEST.OBJ
[ilink32 Error] Error: Unresolved external '___cpp_terminate' referenced from D:\WA\WARP_DEV\PROTO\NURBS\PROJ\WIN32\DEBUG\NURBSTEST.OBJ
[ilink32 Error] Error: Unresolved external '__Unwind_Resume' referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\17.0\LIB\WIN32\RELEASE\RTLE.LIB|ustring
[ilink32 Error] Error: Unresolved external '___cxa_rethrow' referenced from D:\WA\WARP_DEV\PROTO\NURBS\PROJ\WIN32\DEBUG\FORM_NURBSTEST_MAIN.OBJ
[ilink32 Error] Error: Unresolved external '___cxa_end_catch' referenced from D:\WA\WARP_DEV\PROTO\NURBS\PROJ\WIN32\DEBUG\FORM_NURBSTEST_MAIN.OBJ
[ilink32 Error] Error: Unresolved external '___cxa_throw' referenced from D:\WA\WARP_DEV\PROTO\NURBS\PROJ\WIN32\DEBUG\NURBSTEST.OBJ
[ilink32 Error] Error: Unable to perform link
Failed
Elapsed time: 00:00:01.0