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.

CCS/EK-TM4C123GXL: AirMouse project

Part Number: EK-TM4C123GXL

Tool/software: Code Composer Studio

Hello everyone,

I downloaded the last day the examples making by TI and I loaded in my board with the Sensor Hub BoosterPack the programme correctly.

Today it doesn´t work, I tried downloading the latest version of ccs but it doesn´t work and the error is this one:

>> Compilation failure
drivers/subdir_rules.mk:16: recipe for target 'drivers/rgb.obj' failed
"C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/ek-tm4c123gxl-boostxl-senshub/drivers/rgb.c", line 203: error #20: identifier "GPIO_PF3_T1CCP1" is undefined
"C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/ek-tm4c123gxl-boostxl-senshub/drivers/rgb.c", line 208: error #20: identifier "GPIO_PF2_T1CCP0" is undefined
"C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/ek-tm4c123gxl-boostxl-senshub/drivers/rgb.c", line 213: error #20: identifier "GPIO_PF1_T0CCP1" is undefined
3 errors detected in the compilation of "C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/ek-tm4c123gxl-boostxl-senshub/drivers/rgb.c".
gmake: *** [drivers/rgb.obj] Error 1
gmake: Target 'all' not remade because of errors.

I don´t find the way to fix it and I will be really graceful if someone could help me.

Thanks in advance

  • Hi,

    Please apologize for the delay; are you still having problems with this?

    I just imported the airmouse project from the same Tivaware using my CCSv7.1 and it built just fine.

    One detail is that you should have these symbols defined in the file drivers/pin_map.h - check if this file exists in the Includes directory.

    Hope this helps,
    Rafael