交叉编译求助

编译打包和其他
回复
guzheng
帖子: 15
注册时间: 2010-08-18 11:32

交叉编译求助

#1

帖子 guzheng » 2012-02-09 23:13

我写了个linux程序。用了不少fork之类的函数。现在要交叉编译到win上生成exe。怎么做?
C语言
头像
nyfair
帖子: 1067
注册时间: 2007-12-07 12:49
系统: winnux10
来自: Tree New Bee

Re: 交叉编译求助

#2

帖子 nyfair » 2012-02-10 1:26

just install mingw64, and set your compiler with mingw64's gcc, and you can also check with my signature
本人在此论坛仅负责吐槽,问题急需解决请支付宝转账5毛至{我的[email protected]},将会竭诚为您服务

linux常见多媒体问题处理指南

1. 视频播放有问题->卸载gstreamer
2. 音频播放有问题->卸载pulseaudio
3. 远程播放有问题->卸载avahi
4. 系统全都有问题->卸载systemd,远离Lennart这傻逼让你从此轻松自在

⇩自由网络⇩
https://github.com/nyfair/freeweb
回复