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.

Could not rebuild PDK_C6657_1_1_2_5

Hello
This is not a question, but only a report.

I tried rebuild pdk 6657 1.1.2.5. seeng http://e2e.ti.com/support/embedded/bios/f/355/t/219672.aspx
but I could not rebuild.

emac and cppi driver compilation faild because it could not find some of CSL headers.

I changed like following...

#include <CSL_XXX.h>
  to
#include <ti/csl/CSL_XXX.h>
and my comilation succeeded.

Best regards