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
you have a symbol with an external linkage defined more than once - where does the file 'at_http_cgi.c' come from? you could make the function static.
as far as i can imagine, at_http_cgi.o is from the library (the only one i have in my project it RTLTCP.lib).
No other file of this nature is included otherwise.
I have net_config, serial, startup, main...
I'll try to make it static.
Thanks, Akshat
View all questions in Keil forum