We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
i test http-Demo. But i get an error when i BUILD the target files:
linking... .\Obj\Http_demo.axf: Error: L6218E: Undefined symbol http_PortNum (referred from at_http.o). Target not created
i donÂ't found this referred file.
Can someone help me please?
check that: 1. you did not uncheck "http server" at "net_config.c", or remove the code that depends on it. 2. make sure the TCP .lib file is included in your project. the .o file you see is an object included in that library.