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/BOOSTXL-CC3135: error: cannot open source file

Part Number: BOOSTXL-CC3135


Tool/software: Code Composer Studio

Hello,

i get the error: cannot open source file "ti/drivers/net/wifi/simplelink.h"
The path to simplelink.h is: C:\ti\simplelink_sdk_wifi_plugin_2_40_00_22\source\ti\drivers\net\wifi
So i added                              C:\ti\simplelink_sdk_wifi_plugin_2_40_00_22\source                                 in the file search path.
But i still get this error. Did i get something wrong about including the paths?
Thanks in advance

Regards,

Christoph

  • Christoph Amann said:
    So i added C:\ti\simplelink_sdk_wifi_plugin_2_40_00_22\source  in the file search path.

    The search path you show here is the Linker Search Path. Linker search paths are typically used for finding libraries. On the other hand, search paths for header files need to be added to the Compiler's include search path. 

    In the Project Properties, select the Compiler in the left pane and add the path to the --include_path options.