1
General Development / 500D err bmp.o: In function `BMP_VRAM_START':
« on: February 12, 2021, 03:18:54 PM »
When I'm trying to build an iso-research firmware for 500D.I met some errors. I have no idea why.
Here is my full log https://pasteme.cn/106135
Code: [Select]
make[4]: Entering directory '/root/magic-lantern/modules/raw_diag'
Building module raw_diag...
[ HGDIFF ] hgdiff.tmp
[ MODULE ] raw_diag.mo
[ STRIP ] raw_diag.mo
[ OBJCOPY ] raw_diag.mo
[ RM ] hgdiff.tmp
[ EXPORTS ] raw_diag.sym
[ DEPENDS ] raw_diag.dep
Will load on:
500D
Not checked (compile ML for these cameras first):
100D, 1100D, 50D, 550D, 5D2, 5D3.113, 5D3.123, 600D, 60D, 650D, 6D, 700D, 7D, EOSM
make[4]: Leaving directory '/root/magic-lantern/modules/raw_diag'
make[3]: Leaving directory '/root/magic-lantern/modules'
[ MKDIR ] ML directory structure...
cp ../modules/*/*.mo /root/magic-lantern/platform/500D.111/zip/ML/modules/
make[2]: Leaving directory '/root/magic-lantern/modules'
make[1]: Leaving directory '/root/magic-lantern/platform/500D.111'
make -C ../../installer/500D.111 autoexec-fir.bin
make[1]: Entering directory '/root/magic-lantern/installer/500D.111'
[ VERSION ] ../../platform/500D.111/version.bin
[ VERSION ] ../../platform/500D.111/version.c
[ CC ] version.o
[ LD ] magiclantern
bmp.o: In function `BMP_VRAM_START':
/root/magic-lantern/installer/500D.111/../../src/bmp.c:45: undefined reference to `sound_recording_enabled_canon'
/root/magic-lantern/installer/500D.111/../../src/bmp.c:80: undefined reference to `__recording'
../../src/Makefile.src:206: recipe for target 'magiclantern' failed
make[1]: *** [magiclantern] Error 1
make[1]: Leaving directory '/root/magic-lantern/installer/500D.111'
../../platform/Makefile.platform.extras:53: recipe for target 'installer_check' failed
make: *** [installer_check] Error 2
root@ubuntu:~/magic-lantern/platform/500D.111#
Here is my full log https://pasteme.cn/106135