ubuntu下的win交叉编译
生活随笔
收集整理的這篇文章主要介紹了
ubuntu下的win交叉编译
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業重金招聘Python工程師標準>>>
ubuntu下安裝命令
sudo apt-get install mingw-w64Win32
./configure --prefix=/home/yuangu/out --host=i686-w64-mingw32win64
./configure --prefix=/home/yuangu/out --host=x86_64-w64-mingw32?
?
openssl mingw32編譯腳本
export CC=i686-w64-mingw32-gcc export CXX=i686-w64-mingw32-g++ export AR=i686-w64-mingw32-ar export LD=i686-w64-mingw32-gcc export OS=windows export AS=yasm export STRIP=i686-w64-mingw32-strip export RC=i686-w64-mingw32-windres export NM=i686-w64-mingw32-nm ./Configure no-idea no-mdc2 no-rc5 shared mingw --prefix=$PWD/dist make make install?
轉載于:https://my.oschina.net/jjyuangu/blog/1546552
總結
以上是生活随笔為你收集整理的ubuntu下的win交叉编译的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: wordpress中PHP运行错最有效解
- 下一篇: [转]ExecuteNonQuery()