Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Totte

#26
General Development / 5Dc in Unified doesn't compile
April 10, 2013, 06:52:11 PM
Hi,
I've now come to the point that I can compile ML from the Unified source tree for several cameras, but not for 5Dc, which is the camera that I was interested in.

The compilation stops like this:
...
[ CC       ]   picoc.o
[ CC       ]   chdk-gui_script.o
[ AR       ]   strrchr.o
[ AR       ]   dietlibc.a
[ AR       ]   lib_a-setjmp.o
[ AR       ]   newlib-libc.a
[ LD       ]   magiclantern
pico.o: In function `abort':
pico.c:(.text+0x603c): multiple definition of `abort'
menu.o: In function `entry_default_display_info':
menu.c:(.text+0x1c3c): undefined reference to `was_sound_recording_disabled_by_fps_override'
menu.c:(.text+0x1c4c): undefined reference to `fps_should_record_wav'
debug.o: In function `run_test':
debug.c:(.text+0x244): undefined reference to `exmem_test'
debug.o: In function `config_menu_init':
debug.c:(.text+0xedc): undefined reference to `movie_tweak_menu_init'
lens.o: In function `draw_ml_bottombar':
lens.c:(.text+0x17f0): undefined reference to `hdr_video_enabled'
lens.o: In function `iso_components_update':
lens.c:(.text+0x2378): undefined reference to `get_digic_iso_gain_movie'
pico.o: In function `LibSetGuiMode':
pico.c:(.text+0x8ae): undefined reference to `SetGUIRequestMode'
collect2: error: ld returned 1 exit status
make[1]: *** [magiclantern] Error 1

Before I look into the source files, do other people have the same problem or are there simply tools and/or source files that I'm missing?

Thank you!