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.

About connect link h file in folder

I study about processing sound.

I use C6713 and ccs6 for it. 

I made new project and add source file. The source file need some header files. In addition, each header file need other many header files.

So I add folder have the h files by connecting link.

h files are request from source file are included normally, but h files are request from the h files can't be included. Then follow error diplay.

 "could not open file"

But the files exist certainly in linked folder.

I wrire "#include <h file>" in source file to request from header file.

I think that connecting link of folder is making pass to the folder. This is right??

 I'm sorry to ask such a rudimentary question, but please tell me.

Kota

  • Kihara-san,

    To ensure that the the header files can be correctly found, try adding the directory to the header files in the below highlight field:

    The above field will tell the compiler where to look for header files that it cannot find on its own.

    Thanks

    ki

  • Hi, Ki

    Thank you for replying.

    My problem has been solved thanks to you.

    Sincerely, Ki

    Kota