User forums > General (but related to Code::Blocks)
GCC 4.2.1 binary release for mingw is available from MINGW
stahta01:
https://sourceforge.net/project/showfiles.php?group_id=2435&package_id=241304
Direct link to notes
http://internap.dl.sourceforge.net/sourceforge/mingw/gcc-4.2.1-dw-release_notes.txt
--- Quote ---GCC 4.2.1 binary release for mingw is available.
You can download it from:
https://sourceforge.net/project/showfiles.php?group_id=2435
The binaries are archived by language.
There are two versions, differing in the model used for exception unwind info.
(1) Setjump-longjump (sjlj). Historically,and currenetly, the default model.
(2) Dwarf2 table-based unwinding (dw2). The more efficient model.
*This is built with Dwarf 2 unwind info enabled. The gcc, g++ and
gfortran drivers in the bin directory have a '-dw2' suffix to indicate
that, You can remove '-dw2; from these files if you like.
If you want sjlj you will find them (soon) in the gcc-4.2.1-sjlj-1 package
The binaries were compiled with --enable-version-specific-runtime-libs.
The runtime libs are in <mingw-root>/lib/gcc/mingw32/gcc-4.2.1-dw2. Do
not move these files. If you really must, don't bother reporting
installation bugs.
--- End quote ---
Tim S
dwmcqueen:
You beat me to it. I hope (and think) that TDragon's builds had some impact. We had been batting those away on the MinGW list earlier....
killerbot:
allright, this weekend I will try to build CB with it on windows. In case all seems fine, I might kick out a nightly with this. Could it be, at last, bye bye GCC 3.4.x ;-)
stahta01:
--- Quote from: killerbot on August 08, 2007, 09:54:52 pm ---allright, this weekend I will try to build CB with it on windows. In case all seems fine, I might kick out a nightly with this. Could it be, at last, bye bye GCC 3.4.x ;-)
--- End quote ---
I am getting errors like below for wxWidgets and Code::Blocks, the error below is wxWidgets 2.9 trunk. Going to try another installation with different binutils.
--- Code: ---C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp/ccNY169T.s: Assembler messages:
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp/ccNY169T.s:1448: Error: invalid character '_' in mnemonic
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp/ccNY169T.s:1465: Warning: .def pseudo-op used inside of .def/.endef: ignored.
C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp/ccNY169T.s:1465: Error: junk at end of line, first unrecognized character is `_'
mingw32-make: *** [gcc_mswuddll\monodll_archive.o] Error 1
--- End code ---
Error building wxWidgets reported by someone else on below link.
http://article.gmane.org/gmane.comp.gnu.mingw.user/23362
roland:
I was able to successfully build Allegro 4.2.2 and all of its components and demo programs with this version, but am unable to build it with TDM's latest build of 4.2.1.
Here is my post on the issue: http://forums.codeblocks.org/index.php/topic,6512.msg50658.html#msg50658
So, all in all, a good sign, I think.
Navigation
[0] Message Index
[#] Next page
Go to full version