Rootcling crashs with error stacktrace dump messages

Build Envirment:
mingw64 4.8.3
msys1.0
windows xpsp2

scripts:
win32gcc --build=debug --minimal --prefix=/root
make rootexecs

i modified some makefile scripts and used some tricks to make the building continue and finally got the “execs”,that is rootcling.exe,genreflex.exe,rootcint.exe,root.exe.

but when i execute the rootcling.exe or the root.exe i got the following messages(i setup the rootsys and path to %rootsys%/bin before that):

==========================================
=============== STACKTRACE ===============

================ Thread 0 ================
0x12e352d ZN5cling21DynamicLibraryManager32ExposeHiddenSharedLibrarySymbolsEPv
()
0x6c4de739 ZN5TROOT15InitInterpreterEv()
0x6c4d9516 ZN4ROOT8GetROOT2Ev()
0x6c4d9536 ZN4ROOT7GetROOTEv()
0x6c49f066 ZN12TApplicationC2EPKcPiPPcPvi()
0x618416f8 ZN5TRintC1EPKcPiPPcPvib()
0x401669 ??
0x4013de ??
0x7c817067 RegisterWaitForInputIdle()

================ Thread 1 ================
0x7c92e4f4 KiFastSystemCallRet()
0x7c802455 Sleep()
0x6c56fc89 ZN12TWinNTSystem11TimerThreadEv()
0x6c5d44ea ZN12TWinNTSystem10ThreadStubEPv()
0x7c80b713 GetModuleFileNameA()

================ Thread 2 ================
0x7c92e4f4 KiFastSystemCallRet()
0x6c5660c6 Z7__rdtscv()
0x7c80b713 GetModuleFileNameA()

==========================================
============= END STACKTRACE =============

in fact,everytime when i call rootcling.exe -rootbuild (rootclingstage2 happend in build scripts ) the above
appears.

so,what might caused above? your answer or guessment will be honored,ty

Hi,

Sorry, but we didn’t manage to get ROOT 6 compiling on Cygwin, and we are working on a native Windows build of ROOT 6. So I’m afraid we can’t really help for your specific issue…

[quote=“muzisoft05”]i modified some makefile scripts and used some tricks to make the building continue and finally got the “execs”,that is rootcling.exe,genreflex.exe,rootcint.exe,root.exe.[/quote]And BTW, what did you modify to make it building?

Cheers, Bertrand.