Support Board
Date/Time: Fri, 22 Nov 2024 17:49:22 +0000
Post From: Linux
[2024-05-08 05:32:30] |
Kiwi - Posts: 375 |
Regarding compilation. I just use linux with wine (currently MX-23.2_x64 with an NVIDIA GP108 and wine 9.0). The easiest way is to just use remote compilation in the analysis > build custom studies menu. Another way is to use the ming compiler. Install with sudo apt install g++-mingw-w64-x86-64 and compile your code with /usr/bin/x86_64-w64-mingw32-g++ -march=x86-64 -mtune=x86-64 -O2 -shared -static -static-libgcc -static-libstdc++ -s -fno-rtti -fno-exceptions -w <file to compile>.cpp -o <output file and path> More info in How to build ACSIL study on Ubuntu/Linux Date Time Of Last Edit: 2024-05-08 05:33:08
|