On Mon, Mar 16, 2009 at 11:30 PM, Finn Stadel Nielsen
<finnstadel@xxxxxxxxxx> wrote:
I'm compiling petalinux distrib for a newly defined platform (MPL3E)
Is the MPMC controller (version 4) supported by petalinux ?
I'm getting the output below when I run make - it fails to link built-in.o
/home/fn/projects/mpl3e/linux/petalinux-v0.30-rc1/tools/linux-i386/microblaze-uclinux-tools/bin/microblaze-uclinux-ld.real: cannot open arch/microblaze/platform/common/built-in.o: No such file or directory
make[2]: *** [arch/microblaze/platform/built-in.o] Error 1
make[1]: *** [arch/microblaze/platform] Error 2
make[1]: *** Waiting for unfinished jobs....
This error occurs when you have not enabled any of the standard peripherals - uartlite / uart16550, ethernet, none of them. The Makefile for the platform device initialisers in arch/microblaze/platform/common assumes at least one of the will exist.