Using old builds will not help me, because, as you said, they don't have raw - which I also need.
I'm trying to compile this thing myself now - because I need bitrate changes on my 5D3.
Unfortunately I ran into a problem with the compiler, which i have to set up first..
I installed everything on my win7 machine as described here:
http://www.magiclantern.fm/forum/index.php?topic=2899.msg14021#msg14021(I used gcc version 4.7.2 and also changed the according settings in the makefile.user)
The installation seemed to be successful.
Then i did a "make clean" and a "make 5D3".
This is what I got:
$ make 5D3
make -C ../platform/5D3.113
make[1]: Entering directory `/home/manniac/magic-lantern/platform/5D3.113'
[ VERSION ] ../../platform/5D3.113/version.bin
[ CPP ] magiclantern.lds
[ AS ] ../../platform/5D3.113/stubs.o
[ VERSION ] ../../platform/5D3.113/version.c
[ CC ] version.o
[ CC ] boot-hack.o
[ CC ] mem.o
../../src/mem.c: In function 'memcheck_remove':
../../src/mem.c:409:49: warning: assignment makes integer from pointer without a cast [enabled by default]
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
../../src/menu.c: In function 'menu_post_display':
../../src/menu.c:2394:24: warning: initialization makes pointer from integer without a cast [enabled by default]
[ CC ] debug.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate-5d3.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] lens.o
[ CC ] property.o
[ CC ] propvalues.o
[ CC ] gui-common.o
[ CC ] chdk-gui_draw.o
[ CC ] movtweaks.o
[ CC ] menuhelp.o
[ CC ] menuindex.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] dialog_test.o
[ CC ] vram.o
../../src/vram.c: In function 'vram_redirect_lv_buffer':
../../src/vram.c:581:35: warning: assignment makes integer from pointer without a cast [enabled by default]
[ CC ] aj_port.o
[ CC ] fps-engio.o
[ CC ] shoot.o
../../src/shoot.c:4608:6: warning: conflicting types for 'set_interval_index' [enabled by default]
../../src/shoot.c:464:9: note: previous implicit declaration of 'set_interval_index' was here
[ CC ] hdr.o
[ CC ] lv-img-engio.o
[ CC ] state-object.o
[ CC ] tasks.o
[ CC ] vsync-lite.o
[ CC ] tskmon.o
[ CC ] battery.o
[ CC ] imgconv.o
[ CC ] histogram.o
[ CC ] falsecolor.o
[ CC ] audio-ak.o
[ CC ] zebra.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] fileprefix.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[2]: Entering directory `/home/manniac/magic-lantern/tcc'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/manniac/magic-lantern/tcc'
[ CC ] module.o
[ CC ] video_hacks.o
[ CC ] fio-5d3.o
[ CC ] misc.o
[ CC ] afma.o
[ CC ] raw.o
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ CC ] asm.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ LD ] magiclantern
c:/program files/cygwin64/home/manniac/arm-toolchain472/bin/../lib/gcc/arm-none-eabi/4.7.2\libgcc.a(unwind-arm.o): In function `unwind_phase2':
C:\msys\1.0\home\yagarto\gcc-build\arm-none-eabi\libgcc/../../../gcc-4.7.2/libgcc/unwind-arm-common.inc:289: undefined reference to `abort'
c:/program files/cygwin64/home/manniac/arm-toolchain472/bin/../lib/gcc/arm-none-eabi/4.7.2\libgcc.a(unwind-arm.o): In function `__gnu_Unwind_Resume':
C:\msys\1.0\home\yagarto\gcc-build\arm-none-eabi\libgcc/../../../gcc-4.7.2/libgcc/unwind-arm-common.inc:487: undefined reference to `abort'
C:\msys\1.0\home\yagarto\gcc-build\arm-none-eabi\libgcc/../../../gcc-4.7.2/libgcc/unwind-arm-common.inc:505: undefined reference to `abort'
c:/program files/cygwin64/home/manniac/arm-toolchain472/bin/../lib/gcc/arm-none-eabi/4.7.2\libgcc.a(pr-support.o): In function `_Unwind_GetDataRelBase':
C:\msys\1.0\home\yagarto\gcc-build\arm-none-eabi\libgcc/../../../gcc-4.7.2/libgcc/config/arm/pr-support.c:394: undefined reference to `abort'
c:/program files/cygwin64/home/manniac/arm-toolchain472/bin/../lib/gcc/arm-none-eabi/4.7.2\libgcc.a(pr-support.o): In function `_Unwind_GetTextRelBase':
C:\msys\1.0\home\yagarto\gcc-build\arm-none-eabi\libgcc/../../../gcc-4.7.2/libgcc/config/arm/pr-support.c:400: undefined reference to `abort'
collect2.exe: error: ld returned 1 exit status
../../src/Makefile.src:176: recipe for target `magiclantern' failed
make[1]: *** [magiclantern] Error 1
make[1]: Leaving directory `/home/manniac/magic-lantern/platform/5D3.113'
Makefile:33: recipe for target `5D3' failed
make: *** [5D3] Error 2
Everything looks good, but in the end the compiler fails and I have no idea why. :/