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.

TMS320C6742: Starting an empty project and its configuration

Part Number: TMS320C6742
Other Parts Discussed in Thread: OMAPL138

I'm having issues setting up an empty project.

What might be causing the issue of:

**** Build of configuration Debug for project demo ****

"C:\\ti\\ccs1040\\ccs\\utils\\bin\\gmake" -k -j 16 all -O 
 
Building file: "../main.c"
Invoking: C6000 Compiler
"C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-c6000_8.3.11/bin/cl6x" -mv6740 --include_path="/packages/ti/drv/gpio" --include_path="/packages" --include_path="D:/Users/Daniel Vong/Documents/workspace_v10/demo" --include_path="C:/ti/ccs1040/ccs/tools/compiler/ti-cgt-c6000_8.3.11/include" --define=c6748 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="main.d_raw"  "../main.c"
 
>> Compilation failure
subdir_rules.mk:9: recipe for target 'main.obj' failed
"../main.c", line 2: fatal error #1965: cannot open source file "ti/drv/gpio/GPIO.h"
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.
gmake: *** [main.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

End goal is to integrate with third party source code.

Is there a private link where I can send the source code to?

Regards,

Daniel