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

#1
Quote from: unfilmdeAnyone know why magiclantern-Nightly.2015Jun09.5D3123 (Nightly build 2015 Jun09 5D3123) was pulled for the 5D MKIII with 1.23 firmware?  It's seems to have worked.  I still have it loaded on my camera.

Does anyone know why?

I was actually wondering the same thing. I went to check the 5D3.123 nightlies and noticed not only has the June 09 build been pulled from the menu, the last available 5D3.123 build is from April. unfilmde's post was the only one I could find that mentioned that build being pulled. I also still have the June 09 2015 build for 5D3.123 running on my camera.

I apologize if I've missed something, but has anyone said why that build was pulled or why the 5D3.123 build hasn't been updated since?
#2
Found some interesting behavior for ETTR using the latest nightly for 5D3 1.2.3. When Live View and ETTR are both enabled, and ETTR is set to always on, the camera will push the exposure WAY right after taking a photo. I had the longest shutter speed set to 10" in the settings; after taking a picture the shutter speed had been set to 10" and the ISO had been set to 12,800. This doesn't happen when using the viewfinder.

Any ideas?
#3
Quote from: Marsu42 on February 02, 2014, 08:48:24 PM
Omg, you're 100% sure "/home/username/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-gcc-4.7.3" exists, has the correct usership and permissions? Try to view it in less to be sure, you should be getting a binary elf file.

Quote from: Scoutman on February 02, 2014, 07:39:46 PM
Thanks.

Now I get this error??

username@ubuntu:~/daten/ml/magic-lantern/platform/50D.109$ make clean && make
[ RM ]  *.o *.d autoexec autoexec.bin magiclantern magiclantern.bin
[ RM ]  50D_109.sym magiclantern.sym
[ RM ]  magiclantern.bin autoexec autoexec.map location.map
[ RM ]  autoexec-fir autoexec-fir.bin
[ RM ]  magiclantern.lds
[ RM ]  newlib-libc.a lib_a-setjmp.o lib_a-memcpy.o lib_a-memcpy-stub.o lib_a-memccpy.o lib_a-memset.o  dietlibc.a
[ RM ]  version.c version.bin
[ RM dir ]  zip
[ RM ]  *.zip
[ VERSION  ]   ../../platform/50D.109/version.bin
[ CPP      ]   magiclantern.lds
/bin/sh: 1: /home/username/gcc-arm-none-eabi-4_7-2012q4/bin/arm-none-eabi-gcc-4.7.3: not found
make: *** [magiclantern.lds] Error 1


I know these are old, but I hit the same issue tonight on a clean install of Ubuntu 14.04 64-bit LTS. It has to do with running a 32-bit app on a 64-bit machine. I could see the files in the folder, I could run 'ls' and have it return the files, but trying to run any of them would result in bash saying it didn't exist. If you reinstall the 32-bit libs it fixes it:

sudo apt-get install --reinstall libc6-i386

This comes from an old bug that was supposedly fixed: Launchpad bug report

On an older version of Ubuntu you may also be able to do sudo apt-get install ia32-libs

per this Superuser question but I can't verify that.

Hope this helps anybody who may be stumped.