This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Customizing Error Pages

I added HTTP_ERR.C to my project and now I am getting:
Error: L6200E: Symbol http_err_401 multiply defined (by http_err.o and http_err.o).
Error: L6200E: Symbol http_err_404 multiply defined (by http_err.o and http_err.o).
Error: L6200E: Symbol http_err_501 multiply defined (by http_err.o and http_err.o).
Error: L6200E: Symbol http_err_head multiply defined (by http_err.o and http_err.o).
Error: L6200E: Symbol http_err_foot multiply defined (by http_err.o and http_err.o).

How can I fixed that?
Regards

0