Project

General

Profile

Linker error on DSP application with Code Composer 6 » BuildLinkerErrors.txt

Silvano Bertoldo, 07/01/2014 11:55 AM

 
1
**** Build of configuration Debug for project prova2 ****
2

    
3
"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
4
targetConfigs/subdir_rules.mk:7: warning: overriding commands for target `Testcfg.cmd'
5
subdir_rules.mk:7: warning: ignoring old commands for target `Testcfg.cmd'
6
'Building file: ../main.c'
7
'Invoking: C6000 Compiler'
8
"c:/ti/ccsv6/tools/compiler/c6000_7.4.7/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="c:/ti/ccsv6/tools/compiler/c6000_7.4.7/include" --include_path="K:/WORKDIR/workspace6/prova2/Debug" --include_path="c:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="c:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6748 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="main.pp"  "../main.c"
9
'Finished building: ../main.c'
10
' '
11
'Building target: prova2.out'
12
'Invoking: C6000 Linker'
13
"c:/ti/ccsv6/tools/compiler/c6000_7.4.7/bin/cl6x" -mv6740 --abi=coffabi -g --define=c6748 --display_error_number --diag_warning=225 --diag_wrap=off -z --stack_size=0x800 -m"prova2.map" --heap_size=0x800 -i"c:/ti/ccsv6/tools/compiler/c6000_7.4.7/lib" -i"c:/ti/ccsv6/tools/compiler/c6000_7.4.7/include" -i"c:/ti/bios_5_42_01_09/packages/ti/rtdx/lib/c6000" -i"c:/ti/bios_5_42_01_09/packages/ti/bios/lib" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="prova2_linkInfo.xml" --rom_model -o "prova2.out" -l"./Testcfg.cmd"  "./main.obj" "./Testcfg_c.obj" "./Testcfg.obj" -l"libc.a" 
14
<Linking>
15

    
16
 undefined    first referenced                                               
17
  symbol          in file                                                    
18
 ---------    ----------------                                               
19
 _MSGQ_config c:/ti/bios_5_42_01_09/packages/ti/bios/lib/bios.a674<msgq.o674>
20
 _POOL_config c:/ti/bios_5_42_01_09/packages/ti/bios/lib/bios.a674<pool.o674>
21

    
22
error #10234-D: unresolved symbols remain
23
error #10010: errors encountered during linking; "prova2.out" not built
24

    
25
>> Compilation failure
26
gmake: *** [prova2.out] Error 1
27
gmake: Target `all' not remade because of errors.
28

    
29
**** Build Finished ****
(2-2/2) Go to top
Add picture from clipboard (Maximum size: 1 GB)