Good day.
Below is a paste of my codec_engine_2_26_02_11/examples/ xdcpaths.mak file. I am struggling to complete modifying. I am working with DVSDK 4_02_00_06 on the dm365 evm and the Tool-chain is CodeSourcery G++ Lite.
It seems that there is no option / or variables for me to add the paths to the Tool-chain I am using and seems to only mention MontaVista toolchain, which I thought is no longer used with this release of the SDK.
Could you please show me how I should update this file correctly. So that I can build examples etc. Thanks. Darren.
# (Mandatory) specify correct compiler paths and names for the architectures
# you'll be building for:
# compiler path and name for Montavista Arm 9 toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
CGTOOLS_V5T := /db/toolsrc/library/tools/vendors/cs/arm/arm-2007q3
CC_V5T := bin/arm-none-linux-gnueabi-gcc
CGTARGET := gnu.targets.arm.GCArmv5T
# compiler path and name for uClibc toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
CGTOOLS_UCARM9 := /db/toolsrc/library/tools/vendors/opensource/buildroot/10122007/build_arm/staging_dir/usr
CC_UCARM9 := bin/arm-linux-gcc
# WinCE toolchain.
#WINCE_ROOTDIR := C:/WINCE600
#WINCE_PROJECTROOT := $(WINCE_ROOTDIR)/_your_ProjectRoot_/Wince600/TI_EVM_3530_ARMV4I
# compiler path and name for TI C64x toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
#CGTOOLS_C64P := /db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux
#CC_C64P := bin/cl6x
# compiler path and name for TI C674 toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
#CGTOOLS_C674 := /db/toolsrc/library/tools/vendors/ti/c6x/6.1.5/Linux
#CC_C674 := bin/cl6x
# compiler path and name for Linux 86 toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
#CGTOOLS_LINUX86 := _your_Linux86_installation_directory
#CC_LINUX86 := bin/gcc
# -----------------------------------------------------------------------------