Hi,
I'm trying to build a project and I'm getting the below message, probably I didn't configured something correctly but what could it be...
Many thanks,
HR
"
**** Internal Builder is used for build ****
$(shell echo -mv64+ > ccsCompiler.opt)
$(shell echo -g >> ccsCompiler.opt)
$(shell echo -O3 >> ccsCompiler.opt)
$(shell echo --relaxed_ansi >> ccsCompiler.opt)
$(shell echo --define=BOOST_NO_EXCEPTIONS --define=BOOST_NO_STD_LOCALE --define=TIDSP --define=_INLINE_IQMATH >> ccsCompiler.opt)
$(shell echo --include_path=C:/TI_CCS5.0/ccsv5/tools/compiler/c6000/include --include_path=D:/CCS5.0-Projects/Test/DSP/omap_app/omap_app/.gconf/omap_app --include_path=C:/TI_CCS5.0/ccsv5/xdais_7_20_00_07/packages/ti/xdais --include_path=/include --include_path=D:/CCS5.0-Projects/Test/DSP/Include --include_path=D:/CCS5.0-Projects/Test/DSP/ThirdParty/Include >> ccsCompiler.opt)
$(shell echo --diag_warning=225 >> ccsCompiler.opt)
$(shell echo --gen_func_subsections= >> ccsCompiler.opt)
$(shell echo --abi=coffabi >> ccsCompiler.opt)
$(shell echo --debug_software_pipeline >> ccsCompiler.opt)
$(shell echo -k >> ccsCompiler.opt)
$(shell echo --obj_directory=D:/CCS5.0-Projects/Test/DSP/BMO/Debug_DSP >> ccsCompiler.opt)
$(shell echo --asm_directory=D:/CCS5.0-Projects/Test/DSP/BMO/Debug_DSP_ASM >> ccsCompiler.opt)
$(shell echo ..\..\AOM.cpp >> ccsCompiler.opt)
C:/TI_CCS5.0/ccsv5/tools/compiler/c6000/bin/cl6x -@ccsCompiler.opt
Internal Builder: Cannot run program "$(shell": Launching failed
Build of selected resources is complete."