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

Topics - Totte

#1
Scripting Q&A / Scripting - ways forward?
October 20, 2014, 03:14:00 PM
Hello,
I took an interest in ML a couple of years back, when I wanted to automate the process of shooting solar eclipses. At the time it looked like ML with PicoC scripting was going to provide everything I could wish for, but my 5Dc wasn't supported because of a lack of memory, if I remember correctly. So instead I hard-coded an exposure sequence to work along with the intervalometer and compiled it for the 5Dc.

Now that I've decided to with 5D mkIIs it looks like both PicoC and TCC have been abandoned completely(?). Any hope of a resurrection of this feature, or is the module approach the only way forward? Has anyone made a simple example module based on a timer and a preset or calculated exposure sequence?

Or if there are still pre-compiled versions of ML with PicoC support out there, could someone point me in the right direction, please?

Any ideas or pointers appreciated!

And thanks for all the effort that has went into ML!

Totte

(PS! I am able to compile the current Unified code (except for some documentation issues) and I am prepared to hard-code my exposure sequence again if I have to, but although it gets the job done it doesn't exactly seem like the right way to go about it.)
#2
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!