Hi,
I'm trying to integrate SystemC into a software project compiling with MinGW/gcc in order to periodically simulate hardware parts . However, linking the software with SystemC libraries (built with VS) leads to what I expect to be compiler interoperability artefacts like:
Warning: corrupt .drectve at end of def file
Targets\lib\SystemC.lib(Debug/sc_main_main.obj).text$mn+0x2e): undefined reference to `__security_cookie'
Building the libraries with MinGW fails at the configure-step, as discussed in other topics. Is there any other way?
Thanks in advance!
-Markus