Code Select
$ cat /etc/issue
Ubuntu 14.04 LTS \n \l
Code Select
$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (4.8.2-14ubuntu1+6) 4.8.2
Code Select
$ hg branch
unified
Code Select
$ hg parent
???: 10278:10205a6547dc
??: unified
??: 10274:5d912c828a8a
??: 10277:2ee36b49dcf5
??: a1ex <[email protected]>
??: Tue Jun 03 10:23:15 2014 +0300
??: Merged in escho/escho-magiclantern/edmac_channels_600D (pull request #503)
Code Select
$ make 60D
make -C /home/feng/fun/magic-lantern/platform/60D.111
make[1]: Entering directory `/home/feng/fun/magic-lantern/platform/60D.111'
[ VERSION ] ../../platform/60D.111/version.bin
[ CPP ] magiclantern.lds
[ AS ] entry.o
[ AS ] ../../platform/60D.111/stubs.o
[ VERSION ] ../../platform/60D.111/version.c
[ CC ] version.o
[ CC ] boot-hack.o
[ CC ] fio-ml.o
[ CC ] mem.o
[ CC ] ico.o
[ CC ] edmac.o
[ CC ] menu.o
[ CC ] debug.o
[ CC ] rand.o
[ CC ] posix.o
[ CC ] util.o
[ CC ] imath.o
[ CC ] electronic_level.o
[ CC ] cfn.o
[ CC ] gui.o
[ CC ] picstyle-noauto.o
[ CC ] exmem.o
[ CC ] bmp.o
[ CC ] rbf_font.o
[ CC ] config.o
[ CC ] stdio.o
[ CC ] bitrate.o
[ CC ] lcdsensor.o
[ CC ] tweaks.o
[ CC ] tweaks-eyefi.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
[ MENU IDX ] ../../src/menuindexentries.h
No menuindex.txt! The "Complete user guide" menu is empty!
Run make docq to update menuindex.txt.
[ CC ] menuindex.o
[ CC ] af_patterns.o
[ CC ] focus.o
[ CC ] notify_box.o
[ CC ] bootflags.o
[ CC ] dialog_test.o
[ CC ] vram.o
[ CC ] greenscreen.o
[ CC ] fps-engio.o
[ CC ] shoot.o
[ 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 ] vectorscope.o
[ CC ] beep.o
[ CC ] crop-mode-hack.o
[ CC ] ph_info_disp.o
[ CC ] flexinfo.o
[ CC ] screenshot.o
[ CC ] fileprefix.o
[ CC ] lvinfo.o
[ CC ] ml-cbr.o
[ CC ] liveview.o
[ CC ] reloc.o
[ CC ] console.o
[ CC ] tcc-glue.o
make -C ../../tcc
make[2]: Entering directory `/home/feng/fun/magic-lantern/tcc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/feng/fun/magic-lantern/tcc'
[ CC ] module.o
[ CC ] raw.o
../../src/raw.c: In function 'raw_update_params_work':
../../src/raw.c:531:10: warning: #warning FIXME: are these values correct for 720p and crop modes? [-Wcpp]
#warning FIXME: are these values correct for 720p and crop modes?
^
[ CC ] chdk-dng.o
[ CC ] edmac-memcpy.o
[ AR ] strrchr.o
[ AR ] dietlibc.a
[ AR ] lib_a-setjmp.o
[ AR ] newlib-libc.a
[ CP ] newlib-libm.a
[ CP ] gcc-libgcc.a
[ LD ] magiclantern
[color=red]debug.o: In function `next_tick_cbr':
debug.c:(.text+0x13c0): undefined reference to `SetHPTimerNextTick'
debug.o: In function `stub_test_task':
debug.c:(.text+0x37d4): undefined reference to `SetTimerAfter'
debug.c:(.text+0x38c8): undefined reference to `SetTimerAfter'
debug.c:(.text+0x3bb4): undefined reference to `SetTimerAfter'
debug.c:(.text+0x3c58): undefined reference to `CancelTimer'
debug.c:(.text+0x3da4): undefined reference to `SetHPTimerAfterNow'
debug.c:(.text+0x3e98): undefined reference to `SetHPTimerAfterNow'
debug.c:(.text+0x4220): undefined reference to `SetHPTimerAfterNow'
make[1]: *** [magiclantern] Error 1
make[1]: Leaving directory `/home/feng/fun/magic-lantern/platform/60D.111'
make: *** [60D] Error 2[/color]