Hi,
I'm getting this error at compile time. What am I forgetting?
**** Build of configuration Debug for project image_processing_evmc6678l_master ****
C:\CCs_v51\ccsv5\utils\bin\gmake -k pre-build main-build
C:/CCs_v51/ccsv5/utils/gmake/gmake -C ../webpages/tool/php
process_begin: CreateProcess(NULL, C:/CCs_v51/ccsv5/utils/gmake/gmake -C ../webpages/tool/php, ...) failed.
make (e=2): O sistema não pode encontrar o arquivo especificado.
gmake: [pre-build] Error 2 (ignored)
' '
'Building file: C:/multicore/ipc_default/master/src/alg_malloc.c'
'Invoking: C6000 Compiler'
"C:/CCs_v51/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6600 -g --include_path="C:/multicore/jpegdec" --include_path="C:/CCs_v51/ccsv5/tools/compiler/c6000/include" --include_path="C:/multicore/ipc_default" --include_path="C:/multicore/elf" --include_path="C:/Program Files (x86)/Texas Instruments/pdk_C6678_1_0_0_19/packages/ti/drv/qmss" --include_path="C:/Program Files (x86)/Texas Instruments/pdk_C6678_1_0_0_19/packages/ti/drv/cppi" --include_path="C:/Program Files (x86)/Texas Instruments/imglib_c66x_3_1_0_1/inc" --diag_warning=225 --mem_model:const=far --mem_model:data=far --abi=eabi --preproc_with_compile --preproc_dependency="master/src/alg_malloc.pp" --obj_directory="master/src" --cmd_file="./configPkg/compiler.opt" "C:/multicore/ipc_default/master/src/alg_malloc.c"
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 60: error: identifier "Void" is undefined
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 61: error: identifier "Uint8" is undefined
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 64: error: identifier "Int8" is undefined
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 65: error: identifier "Uint8" is undefined
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 66: error: identifier "Int16" is undefined
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 67: error: identifier "Uint16" is undefined
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 68: error: identifier "Int32" is undefined
"C:/CCs_v51/xdais_7_21_01_07/packages/ti/xdais/xdas.h", line 69: error: identifier "Uint32" is undefined
8 errors detected in the compilation of "C:/multicore/ipc_default/master/src/alg_malloc.c".
>> Compilation failure
gmake: *** [master/src/alg_malloc.obj] Error 1
gmake: Target `main-build' not remade because of errors.
**** Build Finished ****