Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 112934] New: GCC is accessible in command-line but MAKE does not find it within eclipse

https://bugs.eclipse.org/bugs/show_bug.cgi?id=112934

           Summary: GCC is accessible in command-line but MAKE does not find
                    it within eclipse
           Product: CDT
           Version: 3.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: geraldcavallini@xxxxxxxxxxx


Windows XP, java version "1.4.2_01", Eclipse 3.1, CDT 3.0

I am trying to set up the CDT plugin, I  installed mingw and msys, I redefined 
the path %PATH% variable, I added the plugins and features files for CDT. I get
well the perspective but when I try to compile the project I obtain the
following message:

rm -rf  ./array.o  ./array.d C-Programming.exe
	' '
	'Building file: ../array.c'
	'Invoking: GCC C Compiler'
	gcc -O0 -g3 -Wall -c -fmessage-length=0 -oarray.o ../array.c
	'gcc' n'est pas reconnu en tant que commande interne
	ou externe, un programme excutable ou un fichier de commandes.
        
       "Command is not recognized as an internal or external command,
        operable program or batch file"

However binairies are really in the path

	C:\Documents and Settings\PropriƩtaire>gcc --version
	gcc (GCC) 3.4.2 (mingw-special)
	Copyright (C) 2004 Free Software Foundation, Inc.
	This is free software; see the source for copying...

Thanks for your help!



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top