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.

Build Fail: Intro to TI-RTOS Kernel Lab 5 [EK-TM4C123GXL]

I followed the directions as per the lab manual, also double checked to see if I set up my build variables correctly. I'm using ccsv6 on Ubuntu 14.04. 

Description Resource Path Location Type
<a href="file:/home/krithik/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain blink_tm4c_hwi C/C++ Problem
unresolved symbol heartBeatFxn, first referenced in /home/krithik/Projects/workspaces/ccs/ti_rtos_intro_workshop/blink_tm4c_hwi/Debug/configPkg/package/cfg/empty_min_pem4f.oem4f blink_tm4c_hwi C/C++ Problem
#10229-D output section ".data" refers to load symbol "heartBeatFxn" and hence cannot be compressed; compression "rle" is ignored blink_tm4c_hwi C/C++ Problem
#10010 errors encountered during linking; "blink_tm4c_hwi.out" not built blink_tm4c_hwi C/C++ Problem

 

  • Krithik,

    Can you please provide more information: TI-RTOS version, lab # (i.e lab 4 or lab 5 ...) ?

    Vikram 

  • VIkram,

    The RTOS version is v2.00.02.36 , I downloaded it from the app center. Lab #5 from http://processors.wiki.ti.com/index.php/Introduction_to_the_TI-RTOS_Kernel_Workshop

    Thanks,
    Krithik                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  

  • Krithik,

    I think you may have missed out the step 3.3 in lab 5:

     Remove Task service if it exists in your .cfg file.

    In the empty example, a heartBeatFxn task is created in the .cfg file. This has be removed from your .cfg file.

    Also, you can check out the solutions and compare them with your labs.  They are in the path  <install_dir>/TI_RTOS_labs_sols_rev2.10/TM4C/Sols.

    Vikram