今天闲来无事儿,打算干个这个事情,经过几个小时的查阅,终于成功。想做下总结,遇到的问题。
1:需要下载工具eclipse c/c++,MinGW,msys(用于makefile)。
2:添加MinGW,msys各自的bin目录到系统的path。
3:在Properties->c/c++ Build-> Build Type 里选择Internal build。(否则Build all)的时候会一直提示No such file or no such directory。
今天闲来无事儿,打算干个这个事情,经过几个小时的查阅,终于成功。想做下总结,遇到的问题。
1:需要下载工具eclipse c/c++,MinGW,msys(用于makefile)。
2:添加MinGW,msys各自的bin目录到系统的path。
3:在Properties->c/c++ Build-> Build Type 里选择Internal build。(否则Build all)的时候会一直提示No such file or no such directory。
转载于:https://www.cnblogs.com/mengjiangtao/p/3176642.html