Hi...
So, I'm doing this project on Ethernet Communication using LPC2378 for school. I compiled and built my project and ended up with a couple of linker errors, all of which look like this:
led.axf: Error: L6200E: Symbol init_TcpNet multiply defined (by at_system.o and at_system.o).
I know that the error is telling me that I have defined init_TcpNet multiple times, but I havent. Because init_TcpNet is supposed to be defined in the TCP_ARM_L library, which I have included in my project along with its debug version.
Hints and directions of any kind will be appreciated.
Thanks.
"along with its debug version."
Well that if your problem. Either remove one of them, or create 2 targets - each usig only one instance !