Replies: 1 comment 7 replies
-
Hi @CyFio Our official binary SDK for Windows is built with Visual Studio 2019 (since eCAL 5.12, it was Visual Studio 2015 before). So yes, you will have to compile eCAL with MinGW yourself, if you want to use that compiler for linking. If you want to try it, I recommend using a very minimal eCAL setup, that only consists of the eCAL Core. Here is a set of CMake options for you to start:
|
Beta Was this translation helpful? Give feedback.
-
Problem Description
I am attempting to use eCAL to solve the inter-process communication between an application built under minGW and another built with MSVC. When integrating eCAL with MSVC app, it works fine, however, I get link errors when using minGW.
Details
here is the tools I use for integration
Steps
here is the compile command for a simple c++ project
both IDE's intellisense and g++ successfully finds the include headers. However, I get link error message as below
Attempted Solutions
I am not familiar with mingw gcc. Maybe I have to recompile eCAL with mingw gcc? But I cant find any instructions on MinGW compilation. Also, I am not sure if two eCALs(msvc&minGW gcc) can work together.
Beta Was this translation helpful? Give feedback.
All reactions