On Sun, Jul 11, 2010 at 10:06 PM, Ozkan Sezer <[email protected]> wrote: > I updated my custom w32/w64 native and cross-compiler build with gcc-4.4 > with several backports and fixes from mainstream, and put them under the > mingw-w64 sf.net file release system under the subdirectories: > - Toolchain sources -> Personal Builds, > - Toolchains targetting Win32 -> Personal Builds and > - Toolchains targetting Win64 -> Personal Builds >
I uploaded runtime + header updates for these builds: sezero_20100711_w32_runtime_update_3045.zip (for w32 targets) sezero_20100711_w64_runtime_update_3045.zip (for w64 targets) ... upgrading the mingw-w64 revision to 3045: Several header fixes and added GUIDs. Dependencies for the DDK headers added. A few 32 bit import library fixes. Change into your toolchain directory, then unzip the update package allow overwriting old files. If one needs to use ddk headers with this, take this: http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/experimental/ddk_test/include/ddk/ ... which is a local copy of the r/os ddk headers rev. 48300. -- Ozkan PS: dllwrap users for win64 targets: Remember to use the sezero_20100711_w64_dllwrap_update.zip update package for correct dllwrap operation. > Build July 11, 2010: > > Changes since 2010-07-02 build: > --------------------------------------------------------------------------- > - Updated mingw-w64 crt and headers to svn rev. 2823: A couple of header > updates and import library fixes. > - Binutils updated to fix a symbol quotation problem. > - GCC updated to 4.4.5-prerelease rev. 162041 to catch up with several > upstream fixes. > - Added fixes for GCC PR/44703 and PR/43888. Added a symbol quotation fix > for the aligncomm problem from trunk. > - Make CVS snapshot updated to catch up with several upstream fixes. > > Full ChangeLog: > --------------------------------------------------------------------------- > - See attached file ChangeLog. > > Changes in included software from mainline versions: > --------------------------------------------------------------------------- > - See attached file ChangeLog.sezero. > > Known problems: > --------------------------------------------------------------------------- > - Wolfgang Glas previously reported that the "dllwrap" tool is broken. I > haven't tested myself to confirm the breakage and not done anything in > this build to fix it yet, either. > - The <install_dir>/include path "problem" of the native builds is not > looked into, yet. Maybe in the future builds. > > Compatibility Notice: ** No leading underscore ** > --------------------------------------------------------------------------- > Unlike the other builds from mingw-w64 up to 2010-04-27, these new win64 > targetting toolchains do *not* prepend an undersocore to the symbols and > follows the MSVC x64 convention. Therefore, any of the link libraries > from previous toolchains are incompatible with the ones created by these > new builds. > > > Included software versions: > --------------------------------------------------------------------------- > > Common in both cross- and native-toolchains: > > - gcc : svn rev. 162041 (4.4.5 prerelease with many patches) > - binutils : 2.20.51 (cvs, 2010-07-11 / 09:25 GMT) with patches. > - mingw-w64-crt : svn revision 2823 (2010-07-08) > - mingw-w64-headers : svn revision 2820 (2010-07-08) with a few of patches > - glext headers: 2010-06-17 (from the Khronos Group) > - pthreads-win32: 2.9.0 (CVS 2010-02-28 20:00 GMT) with w64 patch applied. > > In native-toolchains only: > > - gmp : 4.3.2 (with w64 patch applied) > - mpfr: 2.4.2-p3 > - mpc : 0.8.2 > - gdb : 7.1.50 (CVS 2010-07-11 / 09:25 GMT, with minor w64 patches applied) > - make: 3.81.90 (CVS 2010-07-09 / 14:20 GMT, with patches applied according > to savannah bug item 27809.) > - gendef, libmangle: from mingw-w64 svn/trunk > > > File names: > --------------------------------------------------------------------------- > > * Source: > > - mingw-w64-src_20100711_sezero.tar.gz > > > * Targetting Win64: > > - mingw-w64-bin_x86_64-mingw_20100711_sezero.zip > native compiler toolchain for running on x64-windows > host and creating x64-windows binaries. > > - mingw-w64-bin_i686-mingw_20100711_sezero.zip > cross compiler toolchain for running on x86-windows > host but creating x64-windows binaries. > > - mingw-w64-bin_i686-linux_20100711_sezero.tar.gz > cross compiler toolchain for running on a i686-linux > host and creating x64-windows binaries. > > - mingw-w64-bin_x86_64-linux_20100711_sezero.tar.gz > cross compiler toolchain for running on a x86_64-linux > host and creating x64-windows binaries. > > > * Targetting Win32: > > - mingw-w32-bin_i686-mingw_20100711_sezero.zip > native compiler toolchain for running on x86-windows > host and creating x86-windows binaries. > > - mingw-w32-bin_i686-linux_20100711_sezero.tar.gz > cross compiler toolchain for running on a i686-linux > host and creating x86-windows binaries. > > - mingw-w32-bin_x86_64-linux_20100711_sezero.tar.gz > cross compiler toolchain for running on a x86_64-linux > host and creating x86-windows binaries. > > -- > Ozkan > ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
