MAIN
PATCHES
TOOLS
CRF2Size
x264 GUI
Old builds
Some x264 info
Mingw
Music

Scripts and tools for build Mingw cross-compile toolchain and some other stuff...

Precompiled GCC toolchains

GCC version Direct link Donate link
GCC 4.4.x
GCC 4.5.x
GCC 4.6.x
GCC 4.7.x
GCC 4.8.x
GCC 4.9.x

Build scripts and step-by-step description found here: ADD (updated scripts here: 20100612)

x264 libpack

GCC version Direct link Donate link
GCC 4.4.x
GCC 4.5.x
GCC 4.6.x
GCC 4.7.x
GCC 4.8.x
GCC 4.9.x

gdb-7.5.50.20130306-cvs.7z
gdb-7.6.50.20131021-cvs.7z

My x264 Build environment (Win7-64bit)

    D:\mingw                                         -- base root
    D:\mingw\Console2                                -- my favorite console
    D:\mingw\msys-mingw.cross                        -- junction to cross-compile-toolchain.VHD (where you GCC place)
    D:\mingw\msys-mingw.home\Komisar@Komisar-home    -- junction to you home dir.VHD
    D:\mingw\msys-mingw.local                        -- you local tools (without VHD)
    D:\mingw\msys-mingw.tmp                          -- you local TMP (without VHD)
    D:\mingw\vhd                                     -- place for VHD and scripts for attach/detatch virtual disks
    D:\mingw\vhd\msys_disk.vhd                       -- !! ATTACH as disk "S:" (or edit all scripts in /usr/local/...)
    (D:\mingw\vhd\disk_sources.vhd -- for all you cvs/svn/git-sources... I junc this storage to ~/sources)
  
Extract this to "D:\"
Start SHELL with this:
D:\mingw\Console2\Console.exe -c D:\mingw\Console2\console.xml -t MINGW
For select GCC-toolchain:
kArch
(if you need any customisation -- edit /usr/local/etc/kArch.conf)
(/mingw/vhd/attach.vhd.cmd
/mingw/vhd/detach.vhd.cmd) -- need Admin priv.
My x264-build scripts...