Other Parts Discussed in Thread: MATHLIB
Hi,
I followed the steps listed in "mmwave_sdk_user_guide.pdf" and tried to build mmWave demo program, but I got a building error.
I tried the following procedures:
step 1. Setting up build environment:
I changed the folder to "C:\ti\mmwave_sdk_02_01_00_04\packages\scripts\windows" in the cmd window and typed the below command:
"C:\ti\mmwave_sdk_02_01_00_04\packages\scripts\windows>setenv.bat"
I got the below message in the end:
"mmWave Build Environment Configured"
step 2. Building demo:
I changed the folder to "C:\ti\mmwave_sdk_02_01_00_04\packages\ti\demo\xwr16xx\mmw" in the cmd window and typed the below 2 commands:
command 1: "C:\ti\mmwave_sdk_02_01_00_04\packages\ti\demo\xwr16xx\mmw>make clean"
I got the below messages:
SHMEM_ALLOC is set to 0x00000006
Cleaning the MSS Millimeter Wave Demo Objects
Cleaning the MSS Millimeter Wave Demo RTSC package
Cleaning the DSS Millimeter Wave Demo Objects
Cleaning the DSS Millimeter Wave Demo RTSC package
command 2: "C:\ti\mmwave_sdk_02_01_00_04\packages\ti\demo\xwr16xx\mmw>make all"
I got the below error message in the end :
C:/ti/mmwave_sdk_02_01_00_04/packages xdc.tools.configuro: not found
make: *** [mss/mss_mmw.mak:63: mssDemoRTSC] Error 127
How do I solve this error?
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
the below is the complete message after I typed "make all":
SHMEM_ALLOC is set to 0x00000006
Configuring RTSC packages...
C:/ti/xdctools_3_50_04_43_core/xs --xdcpath="C:/ti/bios_6_53_02_00/packages;C:/ti/mmwave_sdk_02_01_00_04/packages" xdc.tools.configuro -t ti.targets.arm.elf.R4Ft -p ti.platforms.cortexR:AWR16XX:false:200 -r release -c C:/ti/ti-cgt-arm_16.9.6.LTS -DMMWAVE_SDK_DEVICE_TYPE=xwr16xx --compileOptions "--enum_type=int" -o mss/mmw_configPkg_xwr16xx mss/mss_mmw.cfg
Script, capsule, module or package must be supplied as an
argument,
or interactive mode (-i) must be selected.
Usage: xs [options] [<script> | <capsule> | <module> | <package>] [args]
Options:
-h, --help Print this message and exit
-v, --version Print the version and exit
@opts-file Read the specified file and include its contents as
arguments to xs
-i Run in interactive mode
--xdcpath PATH, or
--xdcpath=PATH Add PATH to the beginning of the package path
-D<name>=<val> Add the "name=value" definition to the XDC
Script environment
-g[=<opts>] use graphical debugger to run script, and
optionally pass <opts> to debugger
This option must be last in [options].
-m Specifies that the next argument is the name of
a module. The module must define a main() function.
This option must be last in [options].
-f Specifies that the next argument is the name of
a script. This option must be last in [options].
-c Specifies that the next argument is the name of
a capsule. The module must define a main() function.
This option must be last in [options].
If none of the options '-m', '-f', and '-c' is specified,
the argument given to xs after [options] is assumed to
be a package name. This package must have a module named
Main that defines a main() function.
Graphical Debugger Options:
-i break at the first line of the startup script
C:/ti/mmwave_sdk_02_01_00_04/packages xdc.tools.configuro: not found
make: *** [mss/mss_mmw.mak:63: mssDemoRTSC] Error 127
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks for your help
Edward Lee