Support Board
Date/Time: Fri, 22 Nov 2024 21:15:05 +0000
Post From: How to build ACSIL study on Ubuntu/Linux
[2013-05-25 10:25:39] |
ganz - Posts: 1048 |
hi all search for a cross compiler: apt-cache search mingw | grep 32 install it: sudo apt-get install gcc-mingw32 add this: #include <windows.h> as a most top into a Grail.cpp build a study: i686-w64-mingw32-g++ -march=i686 -mtune=i686 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -w Grail.cpp -o Grail.dll speed it up: http://www.sierrachart.com/supportboard/showpost.php?p=232100&postcount=8 http://www.sierrachart.com/supportboard/showpost.php?p=234516&postcount=10 gd lck |