Hello,
I am trying to bring
up the Petalinux on my Spartan3E500 baord.
While compiling the
u-boot I am getting the following error.
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
net/libnet.a(net.o): In function
`ArpRequest':
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c:219:
undefined reference to `eth_send'
net/libnet.a(net.o): In function
`NetStartAgain':
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x2f4):
undefined reference to `eth_halt'
net/libnet.a(net.o): In function
`NetSendPacket':
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x3f8):
undefined reference to `eth_send'
net/libnet.a(net.o): In function
`NetSendUDPPacket':
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x6f4):
undefined reference to `eth_send'
net/libnet.a(net.o): In function
`PingTimeout':
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x8d0):
undefined reference to `eth_halt'
net/libnet.a(net.o): In function
`NetReceive':
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0xcd8):
undefined reference to
`eth_send'
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0xd6c):
undefined reference to `eth_send'
net/libnet.a(net.o): In function
`NetLoop':
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x1214):
undefined reference to
`eth_halt'
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x1220):
undefined reference to
`eth_init'
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x1444):
undefined reference to
`eth_halt'
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x1520):
undefined reference to
`eth_halt'
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x155c):
undefined reference to
`eth_rx'
/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot/net/net.c(.text+0x1688):
undefined reference to `eth_halt'
make[1]: *** [u-boot] Error 1
make[1]:
Leaving directory
`/home/makarvi/Work/emb_linux/petalinux-v0.30-rc1/software/petalinux-dist/u-boot'
make:
*** [u-boot] Error 2
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
While configuring I
have selected DHCP in the "System Settings".
I tried with the
readymade images those are on the petalogix site those works fine on my
board.
Can anybody has any
idea about this error? Any pointer will be appreciated.
Thanks
Makarand