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.

DRA78XEVM: TESTING UART ON DRA78XEVM

Part Number: DRA78XEVM
Other Parts Discussed in Thread: MATHLIB

I have created CCS project on CCS9 and used the file in

C:\TI\pdk_dra7xx_1_0_10\packages\ti\csl\example\uart\uart_test

But When I build the project I get these error

Building file: "../UART_TESTS.cfg"
Invoking: XDCtools
"C:/TI/ccs910/xdctools_3_55_02_22_core/xs" --xdcpath="C:/TI/ctoolslib_2_2_0_0/packages;C:/TI/pdk_dra7xx_1_0_10/packages;C:/TI/dsplib_c66x_3_4_0_0/packages;C:/TI/edma3_lld_2_12_05_30C/packages;C:/TI/ipc_3_47_01_00/packages;C:/TI/mathlib_c66x_3_1_1_0/packages;C:/TI/uia_2_21_02_07/packages;C:/TI/xdais_7_24_00_04/packages;C:/TI/xdais_7_24_00_04/examples;" xdc.tools.configuro -o configPkg -t DRA&8X -p DR78XEVM -r release -c "C:/TI/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" "../UART_TESTS.cfg"
subdir_rules.mk:12: recipe for target 'build-1282245617-inproc' failed
xdc.tools.configuro: missing input config script
Usage: xs xdc.tools.configuro [--help]
[-v | -q]
[-@ optionsfile]
[-o outdir]
[-b config_bld | -c codegen_dir | --cb]
[-t target] [-p platform[:instance]] [-r profile]
[-Dname=value]
[-w | -x regexp]
[--rtsName pkg_name]
[--cfgArgs args_string]
[--linkTemplate linker_template]
[--pkg] [--generationOnly]
[--compileOptions compile_options_string]
[--linkOptions linker_options_string]
[--oc compiler.opt] [--ol linker.cmd]
infile.cfg
'8X' is not recognized as an internal or external command,
operable program or batch file.
gmake[1]: *** [build-1282245617-inproc] Error 1
gmake: *** [build-1282245617] Error 2
subdir_rules.mk:9: recipe for target 'build-1282245617' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Please help

The project is attachedUART_TESTS.7z