Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows10 gcc make #5

Open
lingr7 opened this issue Dec 25, 2019 · 1 comment
Open

windows10 gcc make #5

lingr7 opened this issue Dec 25, 2019 · 1 comment

Comments

@lingr7
Copy link

lingr7 commented Dec 25, 2019

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
Copy link
Author

lingr7 commented Dec 26, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant