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
Then, presumably, you need to remove the default HTTP_ERR.C which was previously being used...
Haw can I do it if RL-ARM is not open source library?
Why don't you try just putting "HTTP_ERR.C" into the 'Search' box...
I tried "Customizing Error Pages". My fault, sorry. And thank you for help, it really helped.