Giter VIP home page Giter VIP logo

Comments (1)

joachim-heck avatar joachim-heck commented on July 18, 2024

So, finally I have my libiec61850.dll build on my Ubuntu WSL2 machine. I want to share the steps with everyone who might struggle with it.

Steps to build on Ubuntu WSL2 libiec61850.dll for Windows

  • First of all, install the latest MinGW64 Toolchain: sudo apt-get install gcc-mingw-w64 (the old mingw32 is deprecated)
  • Run make lib TARGET=WIN64" this will create a libiec61850.astatic library in thebuild_win32` folder
  • After that run make dynlib TARGET=WIN64 this will create the libiec61850.dll in the build_win32 folder.

Errors related to missing i586-mingw32msvc
Note the documented 'make TARGET=WIN32will fail with errors due to the minGW64 doesn't includei586-mingw32msvc. To make this run you have to edit the make/target_system.mk' file and fix the TOOLCHAIN PREFIX in line 10 from MINGW_TOOLCHAIN_PREFIX=i586-mingw32msvc- to MINGW_TOOLCHAIN_PREFIX=i686-w64-mingw32-

from libiec61850.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.