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

http_cgi.c include problem

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

Parents
  • it really is not hard. all you need is 'make.exe' (the win32 variant for the famous unix make). but to quickly move on all you need to do is run your linker manually - see uv3 linker command window on the linker tab to see the options that are used, and additional references in the documentation of you need. you RV linker is probably located at "...\Keil\ARM\BIN31". hopefully the order of linking is as you specify it in the command line!

Reply
  • it really is not hard. all you need is 'make.exe' (the win32 variant for the famous unix make). but to quickly move on all you need to do is run your linker manually - see uv3 linker command window on the linker tab to see the options that are used, and additional references in the documentation of you need. you RV linker is probably located at "...\Keil\ARM\BIN31". hopefully the order of linking is as you specify it in the command line!

Children
No data