radfordneal / LDPC-codes

Software for Low Density Parity Check codes
radfordneal.github.io/LDPC-codes
Other
256 stars 92 forks source link

windows10 gcc make #5

Open lingr7 opened 4 years ago

lingr7 commented 4 years ago

cc -c -O     rcode.c
process_begin: CreateProcess(NULL, cc -c -O rcode.c, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [Makefile:93: modules] Error 2```
lingr7 commented 4 years ago

My problem has been solved, the solution is as follows

Win10 Linux子系统编译运行c语言程序

win10 下的 Linux 子系统 Ubuntu 的 gcc 安装_ChanYipFan的博客-CSDN博客

[安装完wsl,win10子系统Ubuntu 后需要做的事_wsl,Ubuntu,第一件事_ChanYipFan的博客-CSDN博客] ( https://blog.csdn.net/weixin_43530726/article/details/91038807)

[Win10 linux子系统如何共享文件-百度经验] (https://jingyan.baidu.com/article/8275fc865232db46a03cf6c8.html)

Linux 下编译并运行C语言程序_cxcbupt-CSDN博客


因为在win10上编译就是报错,报错信息。

cc -c -O     rcode.c
process_begin: CreateProcess(NULL, cc -c -O rcode.c, ...) failed.
make (e=2): 系统找不到指定的文件。
make: *** [Makefile:93: modules] Error 2