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

#1
Hi there!

As per this instruction I followed the steps to compile ML. I succeed and then proceed with CONFIG_QEMU=y, but failed on that.

I have successfully compiled ML for 550d and Qemu as the instruction said and then tried to compile ML again, but compilation aborted with the following reason:

[ AR       ]   dietlibc.a
[ AR       ]   newlib-libc.a
[ LD       ]   magiclantern
boot-hack.o: In function `my_init_task':
boot-hack.c:(.text+0x2dc): undefined reference to `ml_gui_main_task'
make[1]: *** [../../src/Makefile.src:197: magiclantern] Error 1
make[1]: Leaving directory '/home/morgan/magic-lantern/platform/50D.109'


I'm using Fedora 28 and gcc-arm-none-eabi-7-2018-q2-update.

Could anyone please give some hints on this error?

Thanks!