Re: [U-Boot] standalone application export eth_receive: undefined index

2011-08-26 Thread Robin Theunis
Okay, I have put in my commands file #include So it could give me access to the eth_receive function. The strange thing is that when I use the eth_send function it doens't give any error. /Software/u-boot-1.3.3/board/ssysdatalogger/cmd_setup.c:25: undefined reference to `eth_receive' make: *** [u

Re: [U-Boot] standalone application export eth_receive: undefined index

2011-08-25 Thread Wolfgang Denk
Dear Robin Theunis, In message you wrote: > > I have a little problem. I need to access the eth_receive function in > my standalone application. The U-boot version is 1.3.3 (I know it is > old but it is a requirement). eth_receive is (intentionally) not an exported interface for standalone app

[U-Boot] standalone application export eth_receive: undefined index

2011-08-25 Thread Robin Theunis
Hi all I have a little problem. I need to access the eth_receive function in my standalone application. The U-boot version is 1.3.3 (I know it is old but it is a requirement). Also I have seen that I need to enable #define CONFIG_API but building with this option fails. Current platfom is a AT91RM