anto
Guest
|
Posted:
Wed Dec 15, 2004 7:18 pm Post subject:
strange errors compiling smt370 code |
|
|
We were trying to build a project to run applications on a smt370
board.
After the generation of the following files:
smt370.cdm
smt370cfg.cmd
and all the .h .s6X etc etc ...
we tried to "Build" the application and the output was the following:
----------------------------- smt370.pjt - Debug
-----------------------------
"c:\ti\plugins\bios\gconfgen" smt370.cdb
"c:\ti\c6000\cgtools\bin\cl6x" -g -q
-fr"C:/ti/myprojects/smt370/Debug" -i"C:/3L/Diamond/C6000" -d"_DEBUG"
-mv6400 -@"Debug.lkf" "smt370.c"
"smt370.c", line 164: warning: variable "dimens" was declared but
never referenced
"c:\ti\c6000\cgtools\bin\cl6x" -g -q
-fr"C:/ti/myprojects/smt370/Debug" -i"C:/3L/Diamond/C6000" -d"_DEBUG"
-mv6400 -@"Debug.lkf" "smt370cfg.s62"
"c:\ti\c6000\cgtools\bin\cl6x" -g -q
-fr"C:/ti/myprojects/smt370/Debug" -i"C:/3L/Diamond/C6000" -d"_DEBUG"
-mv6400 -@"Debug.lkf" "smt370cfg_c.c"
"c:\ti\c6000\cgtools\bin\cl6x" -@"Debug.lkf"
| Quote: | error: symbol _c_int00 is defined multiple times: tskstart.64
(C:\3L\Diamond\C6000\rtl64.lib) and boot.o64 |
(c:/ti/c6000/bios/lib/biosi.a64)
| Quote: | error: errors in input - ./Debug/smt370.out not built
|
Build Complete,
2 Errors, 1 Warnings, 0 Remarks.
What is the first error referring to? Also, what does it mean?
Does it depend on environment settings or code?
Can anyone help me?
Thanks in advance,
Adolfo |
|