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.

AWR1642BOOST: Compile error

Part Number: AWR1642BOOST

hello,

I download a new project,but when I complie in mmw_dss_16xx ,it encounter a error ,as follows:

"../dss_data_path.c", line 100: fatal error #1965: cannot open source file "dss_resources.h"

In my project path,there is not the file(dss_resources.h).Can you tell me where is  the file (dss_resources.h)?

The secod ,when I complie in mmw_mss_16xx,it encounters a error as follows:

 

'Building file: ../mss_main.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="G:/Demo_lasted/mmw_mss_16xx" --include_path="C:/ti/mmwave_sdk_01_02_00_05/packages" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/include" --define=SOC_XWR16XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=MMWAVE_L3RAM_SIZE=0x40000 -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=packed --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="mss_main.d" --cmd_file="configPkg/compiler.opt" "../mss_main.c"

>> Compilation failure
subdir_rules.mk:16: recipe for target 'mss_main.oer4f' failed
"C:/ti/mmwave_sdk_01_02_00_05/packages/ti/utils/hsiheader/hsiprotocol.h", line 125: fatal error #35: #error directive: "Please define the Endianess (_BIG_ENDIAN) or (_LITTLE_ENDIAN)"
1 catastrophic error detected in the compilation of "../mss_main.c".
Compilation terminated.
gmake[1]: *** [mss_main.oer4f] Error 1
'Building file: ../cli.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/bin/armcl" -mv7R4 --code_state=16 --float_support=VFPv3D16 -me -O3 --include_path="G:/Demo_lasted/mmw_mss_16xx" --include_path="C:/ti/mmwave_sdk_01_02_00_05/packages" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS/include" --define=SOC_XWR16XX --define=SUBSYS_MSS --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=MMWAVE_L3RAM_SIZE=0x40000 -g --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --enum_type=packed --abi=eabi --obj_extension=.oer4f --preproc_with_compile --preproc_dependency="cli.d" --cmd_file="configPkg/compiler.opt" "../cli.c"
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
'Finished building: ../cli.c'
' '
makefile:152: recipe for target 'all' failed

**** Build Finished ****

thanks!