Hi!
I've followed the steps that explains how to build the petalinux kernel :
I've run the petalinux-copy-autoconfig, and then i execute
$make menuconfig
and then I run
$make dep all
But this error is showed :
arch/microblaze/kernel/opb_timer.c: In function `system_timer_init':
arch/microblaze/kernel/opb_timer.c:94: error: `CONFIG_XILINX_TIMER_0_IRQ' undeclared (first use in this function)
arch/microblaze/kernel/opb_timer.c:94: error: (Each undeclared identifier is reported only once
arch/microblaze/kernel/opb_timer.c:94: error: for each function it appears in.)
make[2]: *** [arch/microblaze/kernel/opb_timer.o] Error 1
make[1]: *** [arch/microblaze/kernel] Error 2
make[1]: se sale del directorio `/home/juanwalker/petalinux-v0.30-rc1/software/linux-2.6.x-petalogix'
make: *** [linux] Error 1
Complete log
http://pastebin.com/f60db4224Also I've acomplished the recomendations that I've read in this thread (Someone had the same problems that I've right now, but he doesn't confirm if the solution was succesful or not)
This is the old thread.
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2007/03/msg00076.html
This link is my mhs file
http://pastebin.com/m5cbb4c1cFarewell, Juan Pablo