Hi all,
I wan to run the run Codec_Engine 3.22.01.06 examples,followed /examples/build_instructions.html
i set env and cgtool 7.3.1,in build_instructions.html gmake clean and gmake cmd is used however
i do not find the gmake cmd exit ,i am sure the cgtools has been setted in products.mak file
so i use make cmd to build
when build the follow error appear:
# lnk674 bin/ti_platforms_evmDA830/app_local.x674 ...
rm -f package/cfg//bin/ti_platforms_evmDA830/app_local.x674.map
/root/proj_816x/component-sources/cgt6x_7_3_1/bin/lnk6x -w -q -u _c_int00 -fs package/cfg/bin/ti_platforms_evmDA830/ -q -o bin/ti_platforms_evmDA830/app_local.x674 package/cfg/bin/ti_platforms_evmDA830/app_local_p674.o674 package/cfg/bin/ti_platforms_evmDA830/app_local/app.o674 package/cfg/bin/ti_platforms_evmDA830/app_local/main_BIOS.o674 package/cfg/bin/ti_platforms_evmDA830/app_local_p674.xdl -c -m package/cfg//bin/ti_platforms_evmDA830/app_local.x674.map -l /root/proj_816x/component-sources/cgt6x_7_3_1/lib/rts6740.lib
error: cannot find file
"/media/B4A8FBDCA8FB9B56/proj_816x/component-sources/bios_6_33_02_31/package
s/ti/sysbios/lib/instrumented_674/sysbios/sysbios.lib"
"package/cfg/bin/ti_platforms_evmDA830/app_local_p674.xdl", line 305: warning:
memory range not found: L1DSRAM on page 0
"package/cfg/bin/ti_platforms_evmDA830/app_local_p674.xdl", line 305: error: no
valid memory range(null) available for placement of ".L1D_HEAP"
"package/cfg/bin/ti_platforms_evmDA830/app_local_p674.xdl", line 305: error:
run placement fails for object ".L1D_HEAP", size 0x6000 (page 0)
undefined first referenced
symbol in file
--------- ----------------
_Algorithm_init package/cfg/bin/ti_platforms_evmDA830/app_local_p674.o674
_CESettings_init package/cfg/bin/ti_platforms_evmDA830/app_local_p674.o674
_Comm_init package/cfg/bin/ti_platforms_evmDA830/app_local_p674.o674
_DSKT2_cacheWBInv package/cfg/bin/ti_platforms_evmDA830/app_local_p674.o674
_FCSettings_init package/cfg/bin/ti_platforms_evmDA830/app_local_p674.o674
....
error: unresolved symbols remain
error: errors encountered during linking;
"bin/ti_platforms_evmDA830/app_local.x674" not built
gmake[1]: *** [bin/ti_platforms_evmDA830/app_local.x674] 错误 1
gmake: *** [/opt/workspace_v5_2/examples/ti/sdo/ce/examples/apps/speech,.executables] 错误 2
make[2]: *** [all] 错误 2
make[2]:正在离开目录 `/opt/workspace_v5_2/examples/ti/sdo/ce/examples/apps/speech'
make[1]: *** [all] 错误 2
make[1]:正在离开目录 `/opt/workspace_v5_2/examples/ti/sdo/ce/examples/apps'
make: *** [apps] 错误 2
i check the lib path "/media/B4A8FBDCA8FB9B56/proj_816x/component-sources/bios_6_33_02_31/package
s/ti/sysbios/lib/instrumented_674/sysbios/sysbios.lib",
the dir instrumented_674 does not exit, however dir instrumented_e674 exit, and sysbios/sysbios.lib also exit in this folder,
i also set the syslink path,
Is that a mistake of /opt/workspace_v5_2/examples/ti/sdo/ce/examples/apps/speech then ?
best regards
xavier