With buildserver commands to compile the service side, should use what commands to compile,
I use the buildserver -o myServer - f myServer. Compiled c - s TEST, you will be prompted undefined reference to ` cJSON_Parse ',
Then I convert buildserver -o myServer - f myServer. C - f cJSON. C - s TEST, you will be prompted cJSON. C: (. Text + 0 x48f) : undefined reference to '` pow,
What command to compile the server
CodePudding user response:
Modelled on the GCC command, behind added - lm also not line, buildserver -o myServer - f myServer. C - f cJSON. C - s TEST - lm this also not lineCodePudding user response:
Excuse me, would you please tell me how do you write this server is, I now need to set up an own server test, a bit confused