This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: error directive: No or unrecognized network configuration specified

Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

    Hi,while i modify the email demo to  add http get function to download file from the HTTP SERVER and compile the project ,the error will show in the console of

the CSS.

  i just add the include header in the main file , such as the below:

a.

// HTTP Client lib

#include <http/client/httpcli.h>
#include <http/client/common.h>

b.and include Options in the  Properties->Build-> ARM Compiler->Include Options 

c.and the file path in the Properties->Build-> ARM Linker->File Search Path

as i compile the project ,the error will show ,while i click the erro info on the console ,it will come to SDK directory to the file socket.h

the error show below :

 i don't know how to correct this essuse.  some sugestion will be helpful.

 best regards.