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.

TMS320F28335 control suit code for timing_led_blinking, Generate error while rebuilt project

Other Parts Discussed in Thread: TMS320F28335, CONTROLSUITE

hello everyone,

i am new in CCS and for DSC, Also i made my own DSC Kit TMS320F28335 for Educational purpose. i use Timing_led_blink code from Control_Suit, but i face an error while built/rebuilt project as,

 

**** Build of configuration Debug for project timed_led_blink ****

 

C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all

'Building target: timed_led_blink.out'

'Invoking: Linker'

"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -v28 -mt -ml -g --diag_warning=225 --float_support=fpu32 -z -m"timed_led_blink.map" --stack_size=0x300 --warn_sections -i"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/lib" -i"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/include" --reread_libs --rom_model -o "timed_led_blink.out"  -l"libc.a" "../28335_RAM_lnk.cmd"

<Linking>

warning: cannot resolve archive C:/Program Files/Texas

   Instruments/ccsv4/tools/compiler/c2000/lib/libc.a to a compatible library,

   as no input files have been encountered

fatal error: no input files

 

>> Compilation failure

gmake: *** [timed_led_blink.out] Error 1

gmake: Target `all' not remade because of errors.

Build complete for project timed_led_blink

please help me to solve this problem.

i don't know what exactly miss its on CCS handeling or its code problem.

Regards

Neeraj Deshmukh 

 

  • Hi Neeraj,

    I hope you're importing the project properly. Also, import projects from this folder:
    C:\ti\controlSUITE\device_support\f2833x\v140\DSP2833x_examples_ccsv5

    Regards,
    Gautam
  • hello gautam sorry for late reply
    yes i load complete project i follow guide line to import project in ccs also i check file location, but ididnt solve above problem

    regards
    Neeraj
  • I hope you don't have 2 linker files by mistake. Can you check?
  • hello gautam,

    now i faceing one problem as follow


    error:
    This project was created using a version of code generation tools that is not currently installed: 5.2.6 [C2000]. Please install the code generation tool of this version, or migrate the project to one of the supported version


    So, please send the link for code generation tool or how i can convert my code into another code generation version.


    regards
    Neeraj Deshmukh
  • Neeraj Deshmukh said:
    So, please send the link for code generation tool or how i can convert my code into another code generation version.

  • hello,

    i got the file and now i build and debug my project simultaneously with my own DSC  kit. i can also able to download .OUT file into F28335. as shown below

    [13:00:18] Begin Launching session operation...
    [13:00:21] Operation Launching session returned.
    [13:00:21] Loaded target configuration from: C:\Users\ABC\AppData\Local\.TI\646835867\0\0/temptargetconfiguration.ccxml
    [13:00:21] Settings purged.
    [13:01:38] Start operations on multiple programs on the target core...
    [13:01:38] Loading program: C:\ti\controlSUITE\device_support\f2833x\v133\DSP2833x_examples_ccsv4\gpio_toggle\Debug\Example_2833xGpioToggle.out
    [13:01:39] Programs operation finished.
    [13:01:58] Start operations on multiple programs on the target core...
    [13:01:58] Verifying program: C:\ti\controlSUITE\device_support\f2833x\v133\DSP2833x_examples_ccsv4\gpio_toggle\Debug\Example_2833xGpioToggle.out
    [13:01:58] C28xx: Program verification successful for C:\ti\controlSUITE\device_support\f2833x\v133\DSP2833x_examples_ccsv4\gpio_toggle\Debug\Example_2833xGpioToggle.out

    [13:01:58] Programs operation finished.

    Here i use GPIO_TOGGLE  code from controlsuit. but i didn't get response at GPIO pins i extended pins of  GPA and GPB and check functionality on DSO (oscilloscope) but all pins remain at Logic High state. so now, what i should do to find output.