Hi all.
Following the tutorial by Jason Wu (uClinux_ready_Microblaze_design) I
was able to compile the kernel for my board.
Now I am trying to make some offtree compile tests. Then I have found
the following document:
http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/wiki/index.php/OutOfTreeCompile
Following the instructions I have created a "Makefile_offtree". But
when I try to compile I receive the following error:
# make -f Makefile_offtree
ucfront-gcc mb-gcc -Wl,-elf2flt -o dm8e1 dm8e1.o
make: ucfront-gcc: Comando não encontrado
make: ** [dm8e1] Erro 127
Where is the "ucfront-gcc" command?
Thank you all, rgds,
Joao.