You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc.exe (Rev1, Built by MSYS2 project) 14.2.0
Copyright (C) 2024 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Munit runs perfectly.
However, when running with:
$ cc --version
clang version 18.1.8
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:/msys64/clang64/bin
I'm also running in to the linking error: clock_gettime not being defined. It seems to arrive from here:
ld.lld: error: undefined symbol: clock_gettime
>>> referenced by ../tests/munit.c:536
If you are willing to sacrifice timing you may define MUNIT_DISABLE_TIMING when compiling, the timing is removed from the output, but you can still compile/run your unittests./
MinGW 8.1 x64 from https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-win32/seh/
The text was updated successfully, but these errors were encountered: