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.