C
Che
Hello,
I am trying to build ucip stack using Borland 4.5. I have a problem
in building the stack, where in one of the ".c" files refers to
(netifdev.h)
I am getting an error message which says "Error netifdev.h 84:
Declaration terminated incorrectly" and the Line it refers to has the
following content
" void (*interrupt)(struct iface*);"
I also used -A- and -AT compiler options as suggested by few folks
out here (Borland Manual suggests to use -A- instead of -ANSI), but in
vain.
Link to ucip source code is: http://sourceforge.net/projects/ucip/
What else could be the problem ? Any ideas ?
Thanks.
Che
I am trying to build ucip stack using Borland 4.5. I have a problem
in building the stack, where in one of the ".c" files refers to
(netifdev.h)
I am getting an error message which says "Error netifdev.h 84:
Declaration terminated incorrectly" and the Line it refers to has the
following content
" void (*interrupt)(struct iface*);"
I also used -A- and -AT compiler options as suggested by few folks
out here (Borland Manual suggests to use -A- instead of -ANSI), but in
vain.
Link to ucip source code is: http://sourceforge.net/projects/ucip/
What else could be the problem ? Any ideas ?
Thanks.
Che