Hi,
i am getting the following error when i build my project on CCS
**** Build of configuration Debug for project dllDSPTestCode ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../dspbsp.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv64+ -g --define=dm6446 --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --include_path="F:/Varun/SDR_TAC/workspace_ver3black/dllDSPTestCode" --display_error_number --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="dspbsp.pp" "../dspbsp.c"
"..\dspbsp.h", line 180: warning #78-D: this declaration has no storage class or type specifier
"..\armdsp.h", line 23: warning #48-D: incompatible redefinition of macro "DSP_CTRL_RX_BASE_ADDRESS" (declared at line 12)
"..\armdsp.h", line 24: warning #48-D: incompatible redefinition of macro "DSP_CTRL_TX_BASE_ADDRESS" (declared at line 13)
"F:/Varun/SDR_TAC/workspace_ver3black/dllDSPTestCode/tistdtypes.h", line 58: warning #303-D: typedef name has already been declared (with same type)
"F:/Varun/SDR_TAC/workspace_ver3black/dllDSPTestCode/tistdtypes.h", line 59: warning #303-D: typedef name has already been declared (with same type)
"F:/Varun/SDR_TAC/workspace_ver3black/dllDSPTestCode/tistdtypes.h", line 60: warning #303-D: typedef name has already been declared (with same type)
"F:/Varun/SDR_TAC/workspace_ver3black/dllDSPTestCode/tistdtypes.h", line 64: warning #303-D: typedef name has already been declared (with same type)
"../dspbsp.c", line 162: warning #1311-D: nonstandard conversion between pointer to function and pointer to data
"../dspbsp.c", line 553: warning #112-D: statement is unreachable
'Finished building: ../dspbsp.c'
' '
'Building file: ../main.c'
'Invoking: C6000 Compiler'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv64+ -g --define=dm6446 --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --include_path="F:/Varun/SDR_TAC/workspace_ver3black/dllDSPTestCode" --display_error_number --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
"..\dspbsp.h", line 180: warning #78-D: this declaration has no storage class or type specifier
"..\armdsp.h", line 23: warning #48-D: incompatible redefinition of macro "DSP_CTRL_RX_BASE_ADDRESS" (declared at line 12)
"..\armdsp.h", line 24: warning #48-D: incompatible redefinition of macro "DSP_CTRL_TX_BASE_ADDRESS" (declared at line 13)
"../main.c", line 88: warning #179-D: variable "i" was declared but never referenced
"../main.c", line 90: warning #179-D: variable "value" was declared but never referenced
'Finished building: ../main.c'
' '
'Building target: dllDSPTestCode.out'
'Invoking: C6000 Linker'
"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/bin/cl6x" -mv64+ -g --define=dm6446 --display_error_number --diag_warning=225 --abi=coffabi -z -m"dllDSPTestCode.map" --stack_size=0x800 --heap_size=0x800 --define=DSP_CORE=1 --warn_sections --display_error_number -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/lib" -i"C:/ti/ccsv5/tools/compiler/c6000_7.3.4/include" --reread_libs --rom_model -o "dllDSPTestCode.out" "./main.obj" "./dspbsp.obj" -l"" -l"libc.a" "../DM6446.cmd"
<Linking>
error #10008-D: cannot find file "-llibc.a"
undefined first referenced
symbol in file
--------- ----------------
__reset_vector
error #10234-D: unresolved symbols remain
warning #10062-D: entry-point symbol "__reset_vector" undefined
warning #10202-D: no suitable entry-point found; setting to 0
>> Compilation failure
error #10010: errors encountered during linking; "dllDSPTestCode.out" not
built
gmake: *** [dllDSPTestCode.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****