MinGW installation error gcc:error:CreateProcess:No such file or directory

Source: Internet
Author: User

I use the way of online installation, when debugging, the following error occurred:

23:23:45 * * * * Rebuild of the configuration Debug for Project Helloworld_c * * * *
Info:internal Builder is used for build
Gcc-o0-g3-wall-c-fmessage-length=0-o helloworld.o ". \\HELLOWORLD.C "
Gcc:error:CreateProcess:No such file or directory

23:23:46 Build finished (took 342ms)Solution: Re-install the MinGW just fine. installation process:1. Install Eclipse2. Install CDT3. Download MinGW. Configure the environment variable (BIN environment variable) The path of the system variableAppend: C:\MinGW\bin4. Restart Eclipse,eclipse will automatically find MinGW. 5. Test HelloWorld
#include <stdio.h>int  main () {printf ("%d",123); return 0 ;}

6. Compile, run

If there is a start error, change path and let MinGW download it again. I am because the download process appears down failed phenomenon. So there was an error. After that, it's not good.

Workaround: Re-download it.

MinGW installation error gcc:error:CreateProcess:No such file or directory

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.