This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/PGA900: PGA900

Part Number: PGA900

Tool/software: TI C/C++ Compiler

Hi dear,

I've got a problem with the ccs 6.1 too. The ccs cannot find file "rtsv6M0_T_le_eabi.lib". I had installed all versions of the cgt 5.2.6, 5.2.7, 5.2.8, and 5.2.9. No one of the compiler contains the named file.

Has anybody a workaround for this problem?

Cheers

Mario

  • Mario Schirmer said:
    The ccs cannot find file "rtsv6M0_T_le_eabi.lib".

    That configuration of the run time library is not installed with the CGT 5.2.x, but it should be automatically built when required when the runtime support library in the CCS project is set to <automatic>.

    E.g. I just created an example for a PGA900 using a fresh install CGT 5.2.6 in CCS 9.0.1 and the rtsv6M0_T_le_eabi.lib library was automatically built by the linker:

    Invoking: ARM Linker
    "/home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/bin/armcl" -mv6M0 --code_state=16 --abi=eabi -me -O4 --fp_mode=relaxed --opt_for_speed=5 -g --diag_warning=225 --diag_wrap=off --display_error_number -z -m"PGA900_hello.map" --stack_size=256 --heap_size=0 -i"/home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/lib" -i"/home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="PGA900_hello_linkInfo.xml" --rom_model --zero_init=on -o "PGA900_hello.out" "./hello.obj" "./pga900_init.obj" "./pga900_startup_ccs.obj" "../pga900.cmd"  -llibc.a 
    <Linking>
    warning #10366-D: automatic library build: using library "/home/mr_halfword/ti/ccs901/ccs/tools/compiler/ti-cgt-arm_5.2.6/lib/rtsv6M0_T_le_eabi.lib" for the first time, so it must be built.  This may take a few minutes.
    Finished building target: "PGA900_hello.out"

    Under the CCS project properties which is the Runtime support library set to?

    If it is not <automatic> then the library is not built if it doesn't exist.