Hello everyone,
I want to create a dynamic page.
When i try to include http_cgi.c in my project i get the following errors:
1. http.axf: Error: L6200E: Symbol cgi_process_var multiply defined (by at_http_cgi.o and http_cgi.o).
2. http.axf: Error: L6200E: Symbol cgi_func multiply defined (by at_http_cgi.o and http_cgi.o).
What am i doing wrong?
thanks and regards
Akshat
Thanks everyone, i solved the problem... I was deleting the functions cgi_process_var() and cgi_process_data from the http_cgi.c file to trim it to my requirements, but that was creating the error! :)
Made those functions blank rather than removing then fully.
Thanks and sorry for my stupid mistake!