my greeting
I am trying to build (http://cppunit.sourceforge.net/doc/lastest/money_example.html) in CCS 5.1
and problem appaers during linking phase :
**** Build of configuration Debug for project Money ****
H:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../Source/MoneyApp.cpp'
'Invoking: C6000 Compiler'
"H:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -mv64+ -g --exceptions --rtti --include_path="H:/ti/ccsv5/tools/compiler/c6000/include" --include_path="H:/workspace_v5_1/Money/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="Source/MoneyApp.pp" --obj_directory="Source" "../Source/MoneyApp.cpp"
'Finished building: ../Source/MoneyApp.cpp'
' '
'Building file: ../Source/MoneyTest.cpp'
'Invoking: C6000 Compiler'
"H:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -mv64+ -g --exceptions --rtti --include_path="H:/ti/ccsv5/tools/compiler/c6000/include" --include_path="H:/workspace_v5_1/Money/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="Source/MoneyTest.pp" --obj_directory="Source" "../Source/MoneyTest.cpp"
'Finished building: ../Source/MoneyTest.cpp'
' '
'Building file: ../Source/StdAfx.cpp'
'Invoking: C6000 Compiler'
"H:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -mv64+ -g --exceptions --rtti --include_path="H:/ti/ccsv5/tools/compiler/c6000/include" --include_path="H:/workspace_v5_1/Money/include" --display_error_number --diag_warning=225 --abi=eabi --preproc_with_compile --preproc_dependency="Source/StdAfx.pp" --obj_directory="Source" "../Source/StdAfx.cpp"
'Finished building: ../Source/StdAfx.cpp'
' '
'Building target: Money.out'
'Invoking: C6000 Linker'
"H:/ti/ccsv5/tools/compiler/c6000/bin/cl6x" -mv64+ -g --exceptions --rtti --display_error_number --diag_warning=225 --abi=eabi -z -m"Money.map" --stack_size=0x2000 --heap_size=0x2000 --warn_sections -i"H:/ti/ccsv5/tools/compiler/c6000/lib" -i"H:/ti/ccsv5/tools/compiler/c6000/include" --reread_libs --rom_model -o "Money.out" "./Source/StdAfx.obj" "./Source/MoneyTest.obj" "./Source/MoneyApp.obj" -l"rts64plus_elf_eh.lib" "../Source/CPPUnitLib.lib"
<Linking>
warning: automatic library build: using library
"H:/ti/ccsv5/tools/compiler/c6000/lib/rts64plus_elf_eh.lib" for the first
time, so it must be built. This may take a few minutes.
'[' is not recognized as an internal or external command,
operable program or batch file.
'[' is not recognized as an internal or external command,
operable program or batch file.
'cl6x' is not recognized as an internal or external command,
operable program or batch file.
gmake.exe[1]: *** [c:/docume~1/mijova~1/locals~1/temp/tid860~1/obj/decode.obj] Error 1
'cl6x' is not recognized as an internal or external command,
operable program or batch file.
gmake.exe[1]: *** [c:/docume~1/mijova~1/locals~1/temp/tid860~1/obj/negll.obj] Error 1
'cl6x' is not recognized as an internal or external command,
operable program or batch file.
gmake.exe[1]: *** [c:/docume~1/mijova~1/locals~1/temp/tid860~1/obj/wchar.obj] Error 1
'cl6x' is not recognized as an internal or external command,
operable program or batch file.
This librarys is part of CCS 5.1
Thank you in advance