Other Parts Discussed in Thread: MATHLIB, UNIFLASH
Tool/software: Code Composer Studio
Hi guys,
I still solve my problem with People Counting Demo (PCD). I'm trying to compile source codes that were available at TI-REX. Project pplcount_16xx_dss can build succesfully. The second project pplcount_16xx_mss can't build. CCS says:
#167 too few arguments in function call mss_main.c /pplcount_16xx_mss line 407 C/C++ Problem
gmake: *** [all] Error 2 pplcount_16xx_mss C/C++ Problem
gmake[1]: *** [mss_main.oer4f] Error 1 pplcount_16xx_mss C/C++ Problem
gmake[1]: Target 'main-build' not remade because of errors. pplcount_16xx_mss C/C++ Problem
There is a command which is on the line 407.
if (MMWave_open(gMmwMssMCB.ctrlHandle, &gMmwMssMCB.cfg.openCfg, &errCode) < 0)
Last time when I asked, I gave the suggestion to check all components from PCD User Guide. There are my components.
- bios_6_73_01_01
- Code Composer Studio
- dsplib_c64Px_3_4_0_0
- dsplib_c674x_3_4_0_0
- Folder with projects DSS and MSS
- mathlib_c674x_3_1_2_1
- mmwave_industrial_toolbox_4_1_0
- mmwave_sdk_03_02_01_02
- ti-cgt-arm_16.9.6.LTS
- ti-cgt-c6000_7.4.16
- tirex-product-tree
- uniflash_5.1.0
- xdctools_3_50_08_24
All components are deposited in same folder C:\ti.
My question is where I find working projects DSS and MSS or how to repair source codes for succesfull build.
Thank you for answer,
Mirek