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