DSPRelated.com
Forums

help! some question of the RF5_MotionDetect project on DM642

Started by qiuxg063 July 24, 2004
Hi,
I have come up against some question of the RF5_MotionDetect
project on DM642 as followed:
1. when building the project after the succeeding compile, it
produce the cue with
"15:11:29 --------------- app.pjt - Debug --------------
15:11:31 "c:\ti\plugins\bios\gconfgen" DM642_app.cdb
15:11:31 "DM642_app.cdb", line 1: error: Version 4.90.270 is not
compatible with this version of BIOS. Please open this file in the
Configuration Tool and update. 15:11:31
15:11:32 "c:\ti\c6000\cgtools\bin\cl6x" -g -q -eoo64 -fr"./Debug" -
i"../../projects/evmdm642" -i"../../evmdm642/include" -
i"../../threads/main" -i"../../threads" -i"../../cells" -
i"C:/ti/referenceframeworks/include" -
i"c:/ti/boards/evmdm642/include" -i"../../diff_ti/include" -
i"c:/ti/DDK/include" -i"../../include" -d"UTL_DBGLEVELp" -
d"CHIP_DM642" -ml3 -mv6400 -
@"../../projects/evmdm642/Debug.lkf" "thrCapture.c"
15:11:34 "thrCapture.c", line 40: fatal error: could not open source
file "evmdm642.h"
15:11:35 1 fatal error detected in the compilation of "thrCapture.c".
15:11:35 Compilation terminated.
15:11:35
15:11:35 "c:\ti\c6000\cgtools\bin\cl6x" -g -q -eoo64 -fr"./Debug" -
i"../../projects/evmdm642" -i"../../evmdm642/include" -
i"../../threads/main" -i"../../threads" -i"../../cells" -
i"C:/ti/referenceframeworks/include" -
i"c:/ti/boards/evmdm642/include" -i"../../diff_ti/include" -
i"c:/ti/DDK/include" -i"../../include" -d"UTL_DBGLEVELp" -
d"CHIP_DM642" -ml3 -mv6400 -
@"../../projects/evmdm642/Debug.lkf" "thrDisplay.c"
15:11:37 "thrDisplay.c", line 32: fatal error: could not open source
file "evmdm642.h"
15:11:38 1 fatal error detected in the compilation of "thrDisplay.c".
15:11:38 Compilation terminated.
15:11:38
15:11:38 Build Complete,
15:11:38 3 Errors, 0 Warnings, 0 Remarks."

2 the evmdm642 in the include of file view can't be openned,
however it can be found in 'c:\ti\board\evmdm642\include'. After I
set option->customize->directories to 'c:\ti\board\evmdm642\include',
it can be openned, but the building cue is still as above.

3 my CCStudio setting is 'C64xx Ccche Simulator/CPU_1' and I can't
update my CCStudio for I have not the Sevice code.

why did I have the some questions and how to resolve them.
help, please!