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

#1
Hello,

looks like

magic-lantern/platform/60D.111/stubs.S

misses something like

NSTUB(0xff052088, SetNextASIFADCBuffer)

(picked up from 550D branch)

will break

magic-lantern/src/beep.c

asif_rec_continue_cbr()
{
....
SetNextASIFADCBuffer(buf, WAV_BUF_SIZE);
....
}

does anyone know if this is a pure miss or beep needs target attention
(#ifdef for 60D)

cheers,
Frank

OUTPUT
----------

[ LD       ]   magiclantern
beep.o: In function `asif_rec_continue_cbr':
beep.c:(.text+0x3a4): undefined reference to `SetNextASIFADCBuffer'
beep.o: In function `asif_continue_cbr':
beep.c:(.text+0x4c4): undefined reference to `SetNextASIFDACBuffer'
collect2: ld returned 1 exit status