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.

What does yellow exclamation mark on some files mean in imported project?

Other Parts Discussed in Thread: CC2640, SYSBIOS

Hi,

I am working on a custom CC2640 board. I have an example project imported SimpleBLEPeripheral.

I am using CCS 6.1.2.00015, TIRTOS 2.13.0.06, BLE stack 2.1.1.44627, ARM compiler TI v5.2.7.

In this project, PIN.h has an yellow exclamation mark on:

inc/hw_types.h

stdbool.h

stddef.h

xdc/std.h

PINCC26XX.c has an yellow exclamation mark on:

ti/sysbios/BIOS.h

ti/sysbios/family/arm/cc26xx/Power.h

ti/sysbios/family/arm/cc26xx/PowerCC2650.h

ti/sysbios/family/arm/m3/Hwi.h

ti/sysbios/knl/Semaphore.h

What does this mean? The custom board pins initialization is displaying a debug error,

though the project builds fine.

Thanks,

Priya

  • I think this is related to a compiler warning. The build console should show you the warning message. Also, hovering the mouse icon (or clicking) over the yellow exclamation mark would show you the warning message in CCS.

    If project is building fine, then warning messages may be old. Can you clean you project and re-build? Sometimes this will fix it.

    If you still have issues, post a screenshot of the issue.

    Vikram