Error building toolchain (proc magic mismatch)
Posted: Tue Mar 07, 2006 5:27 am
While compiling the toochain on Cygwin XP i got the error:
Obviously i did search for the cygwin dll, and there was only one, where it should be (it was a fresh cygwin install). And rebooted.
I also thought it might be compiler-related, so i downgraded gcc to 3.3.3 but i got the same error. Any suggestions?
Code: Select all
C:\cygwin\lib\gcc-lib\i686-pc-cygwin\3.3.3\cc1.exe (2804): *** proc magic mismatch detected - 0xC87757A7/0xD079E02.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
C:\cygwin\lib\gcc-lib\i686-pc-cygwin\3.3.3\cc1.exe (384): *** proc magic mismatch detected - 0xC87757A7/0xD079E02.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility and delete all but the most recent version. The most recent version *should* reside in x:\cygwin\bin, where 'x' is the drive on which you have installed the cygwin distribution. Rebooting is also suggested if you are unable to find another cygwin DLL.
*** The command 'gcc -o conftest -O2 conftest.c' failed.
*** You must set the environment variable CC to a working compiler.
ERROR CONFIGURING BINUTILS (binutils-2.14 ee)
I also thought it might be compiler-related, so i downgraded gcc to 3.3.3 but i got the same error. Any suggestions?