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.

IWR1642: Fail to rebuild the people counting project in windows10

Part Number: IWR1642
Other Parts Discussed in Thread: SYSBIOS

Hi,

My customer is evaluating the people counting demo, they imported and rebuilt the ccs project, successfully in windows7, but failed in win10 with below error reported. Would u pls help check and let me know the possible cause, thanks.

**** Build of configuration Debug for project pplcount_16xx_dss ****

"D:\\Program Files\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 12 all -O

rm -f D:/Project/workspace_v7/pplcount_16xx_dss/xwr16xx_pcount_dss.bin
makefile:199: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f D:/Project/workspace_v7/pplcount_16xx_dss/xwr16xx_pcount_dss.bin, ...) failed.
make (e=2): 系统找不到指定的文件。

gmake[1]: [pre-build] Error 2 (ignored)

'Building file: "../dss_mmw.cfg"'
'Invoking: XDCtools'
"C:/ti/xdctools_3_50_00_10_core/xs" --xdcpath="C:/ti/bios_6_52_00_12/packages;D:/Program Files/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR16XX:false:600 -r release -c "D:/Program Files/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.2.2" "../dss_mmw.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring dss_mmw.xe674 from package/cfg/dss_mmw_pe674.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making D:/Project/workspace_v7/pplcount_16xx_dss/src/sysbios/sysbios.ae674 ...
gmake[1]: Entering directory `D:/Project/workspace_v7/pplcount_16xx_dss/src/sysbios'
cle674 C:/ti/bios_6_52_00_12/packages/ti/sysbios/BIOS.c ...
gmake[1]: Leaving directory `D:/Project/workspace_v7/pplcount_16xx_dss/src/sysbios'
Build of libraries failed.
subdir_rules.mk:103: recipe for target 'build-1994956399-inproc' failed
D:/Program: not found
gmake[1]: *** [BIOS.obj] Error 127
gmake: *** [D:/Project/workspace_v7/pplcount_16xx_dss/src/sysbios/sysbios.ae674] Error 2
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_50_00_10_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/xdctools_3_50_00_10_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/dss_mmw_pe674.xdl'
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.h'
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.c'
js: "C:/ti/xdctools_3_50_00_10_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[2]: *** [build-1994956399-inproc] Error 1
gmake[1]: *** [build-1994956399] Error 2
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
subdir_rules.mk:100: recipe for target 'build-1994956399' failed
makefile:165: recipe for target 'all' failed

**** Build Finished ****

Andy

  • Former Member
    0 Former Member
    Hello Andy,

    The people counting lab has been tested and verified to work with Windows 7 and 10.

    From the error log it appears there are some include errors. As in the User's Guide, please check that all the prerequisites are installed as specified (to C:/ti).

    For example of how includes should appear please see this thread: e2e.ti.com/.../2417909

    Please compare your includes to the image attached in the answer. If this does not resolve your issues please post a similar screencap.

    Thanks,
    Amanda
  • Amanda,
    It is ok with the prerequisites installed in c:/ti, thanks.
    Andy