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

#1
I've tried three different toolchains in Ubuntu 12.04 x64, all with the same results. Midway through make halts on:
[ CC       ]   lens.o
[ CC       ]   picstyle.o
[ CC       ]   cfn.o
[ CC       ]   lcdsensor.o
[ CC       ]   zebra.o
[ CC       ]   shoot.o
../../src/shoot.c: In function 'display_trap_focus_info':
../../src/shoot.c:5362:105: error: 'DISPLAY_TRAP_FOCUS_MSG_BLANK' undeclared (first use in this function)
../../src/shoot.c:5362:105: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [shoot.o] Error 1
make[1]: Leaving directory `/home/ubuntu/magic-lantern/platform/500D.111'
make: *** [500D] Error 2
ubuntu@Ubuntu-Latitude-D830:~/magic-lantern$

I actually went and commented out the offending line and another halt showed up a little later, but I can't be sure they're not related so I'll save that for next post.  :-X