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 - Toseben

#1
Quote from: a1ex on January 21, 2015, 10:29:39 PM
What lens is causing trouble with expo override?
Was the 600D kit lens (18-55) that I tried originally with. I did try with and without stabilizer and AF incase those have any effect.
Canon 50mm 1.8 works perfectly tho!
#2
Quote from: dmilligan on January 21, 2015, 01:57:42 AM
delete the comma at the end of line 1301, this is an error that was recently committed to the source

Cheers! That worked and also seems to be fixed now in the branch.
Also after reading around I realised that the Expo Override not working was because of the lens.
Changed the lens and works nicely. Happy days!
#3
First post on the forums, sorry that it's a question!
I found a nightly build on the forums for 600D (2014Sep26) with silent.mo which works nicely.
However the aperture seemed to be wide open even with Expo Override on. Is there any known fixes for this?

So after that I decided to try compiling the fullres branch myself to see if it was a issue fixed in a newer release.
I can't seem to be able to compile silent.mo though. All the other modules and core compile just fine.

Basic settings I was using:
hg clone https://bitbucket.org/hudson/magic-lantern/
hg update fullres-silent-pics

ARM_ABI=none-eabi
ARM_PATH=~/arm-toolchain/
GCC_VERSION=-4.7.3

CONFIG_TCC = y
CONFIG_MODULES = y
CONFIG_PICOC = y

make clean
make 600D
cd platform/600D.102
make zip


And the error I'm getting:
silent.c:1302:21: warning: initialization makes integer from pointer without a cast [enabled by default]
                     "Writes an extra MLV for every picture being taken.\n",
                     ^
silent.c:1302:21: warning: (near initialization for '(anonymous)[2].submenu_width') [enabled by default]
silent.c:1307:9: error: initializer element is not constant
         },
         ^
silent.c:1307:9: error: (near initialization for 'silent_menu[0]')
make: *** [silent.o] Error 1


Any help would be appreciated!