LDPC-codes icon indicating copy to clipboard operation
LDPC-codes copied to clipboard

windows10 gcc make

Open lingr7 opened this issue 6 years ago • 1 comments

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 avatar Dec 25 '19 09:12 lingr7

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

lingr7 avatar Dec 26 '19 11:12 lingr7