Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[etrice-dev] problem with standard headers

Hi all,

we're encountering a problem with the unit test (rather end to end tests, [1]) for the C++ generator.
The code compiles and runs fine under MinGW on 32 bit systems.

But with MinGW64 there seem to be incompatible types (at least the timespec) which are defined in both, pthread.h and timer.h.

Does anyone have an idea how to solve this issue?

-Henrik


[1] http://git.eclipse.org/c/etrice/org.eclipse.etrice.git/tree/tests/org.eclipse.etrice.generator.cpp.tests



Back to the top