hi,
Well to be more clear
I need to do a binary file or a simple file transfer between my ethernet port and a test PC . I need to implement a TFTP client (UDP based)for the same.
Initially i looked to do without any stack then it was very challenging so what i decided to is to use a lwip stack and on top of that i looked to do some tweaking /implementation for the TFTP client.
I'm developing code without processor expert and RTOS stuff.
What i need is to bring in lwip stack to use either standalone and write my application to test ethernet (transfer binary file) based on that.
So i decided to use lwip stack in my project and tried to compile and got so many errors.
The next thing i tried to do is to make use of the structure for lwip created in example and make it as a standalone directory and try to compile it without RTOS and use that directory in my project so that i can use it for my ethernet (Not sure if correct way to do).
In both the cases i failed to do so and got stuck up with compilation errors . That's why i had posted for some guidance.
Hope you get it now.
Thanks,
Vignesh