Thread: Eclipse gcc/g++ run program Warnings

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jan 2012
    Posts
    37

    Eclipse gcc/g++ run program Warnings

    I understand this is for C++ coding forums, but I thought that some people use Eclipse for their coding. So if you do not mind letting me post my problem I appreciate it. Thanks

    I am trying to print out simple "Hello World"

    I have couple Warnings which below. I have install MinGW and put the Path: .... ; C:\MinGW\bin

    When I type "gcc" in the command prompt I get this error

    Code:
    'gcc' is not recognized as an internal or external command operable program or batch file
    Code:
    Cannot run program "g++" (in directory "C:\Users\geewhan\Test"): CreateProcess error=2, The system cannot find the file specified    Test
            
    
    Cannot run program "gcc" (in directory "C:\Users\geewhan\Test"): CreateProcess error=2, The system cannot find the file specified    Test        
    
    
    
    Error launching external scanner info generator (g++ -E -P -v -dD C:/Users/geewhan/.metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp) Test        
    
    
    Error launching external scanner info generator (gcc -E -P -v -dD C:/Users/geewhan/.metadata/.plugins/org.eclipse.cdt.make.core/specs.c)    Test

    Thanks
    Last edited by geewhan; 06-28-2012 at 07:06 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 11-26-2011, 12:21 PM
  2. program crashing despite no errors and warnings
    By yohanevindra in forum C Programming
    Replies: 10
    Last Post: 09-07-2010, 10:40 PM
  3. Compile C in eclipse
    By leopupo in forum C Programming
    Replies: 10
    Last Post: 03-27-2008, 09:07 AM
  4. Replies: 6
    Last Post: 07-20-2007, 09:23 AM
  5. Warnings that mess up the program...
    By Dark Nemesis in forum Windows Programming
    Replies: 9
    Last Post: 08-31-2003, 06:58 PM