Files
bacnet_stack/ports/win32
Steve Karg 4efaf097c0 Fix [bug#80] npdu_decode via deprecation (#447)
* Fix [bug#80] npdu_decode via deprecation

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
2023-07-10 17:27:10 -05:00
..
2023-05-13 15:13:15 -05:00
2019-10-08 23:47:53 -05:00
2020-05-24 09:19:52 -05:00
2019-10-20 13:46:21 -05:00
2019-10-20 13:46:21 -05:00
2023-05-13 15:13:15 -05:00
2019-10-08 23:47:53 -05:00
2019-10-08 23:47:53 -05:00
2019-10-08 23:47:53 -05:00
2019-10-08 23:47:53 -05:00

Makefile build under MinGW32

  • MSYS2 installation is:

    c:> winget install --id=MSYS2.MSYS2 -e

  • Start MSYS, and install MinGW32.

    $ pacman -Syu mingw-w64-i686-toolchain

  • Edit ~/.bashrc file and add:

    alias make=mingw32-make.exe

  • Exit MSYS.

  • Start MSYS profile for MinGW32.

  • Verify MSYS profile:

    $ uname

    MINGW32_NT-10.0-19045

  • Verify GCC is targeting i686:

    $ gcc -dumpmachine

    i686-w64-mingw32

  • Verify make is built for Windows32:

    make --version

    Built for Windows32