Online Eiffel Documentation |
Documentation Home > Tools > EiffelStudio > EiffelStudio Reference > Compiler > Compiler information |
EiffelStudio |
Supported C compilers |
EiffelStudio supports `gcc' on most platforms and the native`cc' compiler if it is an ANSI C compiler.
EiffelStudio supports only version 6.0 and higher of the Microsoft Visual C++ environment. You can still use older versions of the Microsoft C++ environment (version 4.1, 4.2 or 5.0) as long as you have the latest Platform SDK from Microsoft, but this won't be supported by Eiffel Software.
Normally it will automatically detect the location of the C compiler. In case it wouldn't, make sure that the Microsoft tools are correctly setup to run from the MS-DOS prompt. To do that you need to set the environment variable PATH, LIB and INCLUDE to the value specified in the file`vcvars32.bat' from the `bin' directory of the VC installation.
EiffelStudio only supports version 5.5.1 of Borland C++ which is included in the installation of EiffelStudio. We do not support any other versions.
By default the installation program will set in the registry keys the ISE_C_COMPILER key to `bcb'.
You can do it in two different ways. The first one is using the registry keys of the Windows® operating system, the second one modifies the environment variables.
When modifying the registry keys, simply create a `compiler.reg' file with the following content:
REGEDIT4 [HKEY_LOCAL_MACHINE\Software\ISE\Eiffel57] [HKEY_LOCAL_MACHINE\Software\ISE\Eiffel57] "ISE_C_COMPILER"="C_COMPILER"
Where you can replace "C_COMPILER" by either:
Then import the file and everything will be ready to use your new C compiler.
Note: Replace Eiffel57 by the appropriate value matching the version number of EiffelStudio. For example EiffelStudio 6.5 will have a value of Eiffel65
When modifying the environment variables, simply defines ISE_C_COMPILER to be either:
Copyright 1993-2006 Eiffel Software. All rights reserved. |