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.

How to resolve Error #16004

Other Parts Discussed in Thread: CC2650, CC2640

While building project zero for CC2650 Launchpad, I have encountered following error.

#16004-D file "C:\ti\simplelink\ble_sdk_2_02_00_31\blelib\ctrl\cc2640\cc2640_ctrl_pxxx.a<hci_data_patch.o>" has a Tag_ABI_VFP_args attribute value of "0" that is different than one previously seen ("3"); combining incompatible files project_zero_stack_cc2650 C/C++ Problem

I am using TI RTOS 2.20  - tirtos_cc13xx_cc26xx_2_20_00_06

and BLE SDK -  ble_sdk_2_02_00_31

CCS version - 6.1.3.00033

  • Hi bluto,

    I suspect from the message that you may be trying to link a library built using IAR and a library built from TI/CCS into the same executable. Is this the case? Also, are you mix and matching binaries that were built using different floating-point support options (--float_support)? Would you have the list of libraries you are linking against?

    Best regards,
    Vincent

  • Hi Vincent,

    Error got resolved by changing compiler version in Build Setting.

    Default compiler version was TI v15.12.1.1.LTS
    Changed compiler version to TI v15.12.1.3.LTS

    Could you please mentioned what compiler version is required along with example files so that we don't have to spend time debugging unnecessary errors.

    Thanks
  • Hi bluto,

    Glad you got it resolved. Just confirmed with the compiler team that the fix was added in version 15.12.2.LTS.

    Best regards,
    Vincent
  • Hi Vincent,

    I have same problem as buto with :

    TI RTOS 2.20  - tirtos_cc13xx_cc26xx_2_20_00_06

    and BLE SDK -  ble_sdk_2_02_00_31

    CCS version - 6.1.3.00034

    SimpleLink Academy v1.08

    ARM Compiler Tools 16.6.0 and 15.12.3

    But in the Build Settings of the ProjectZeroStack only the TI v15.12.1.LTS compile version is available. I tried to install the new version but I couldn't find how to get it.

    Best Regards,

    Jérôme

  • Hi Jérôme,

    This thread was closed. Please open a new thread for your installation issue. Someone should be able to assist you with it.

    Thanks,

    Vincent

  • Hi Vincent,
    I found a recent existing thread with the same problem as mine: e2e.ti.com/.../1922741

    Thanks for the answer,

    Jérôme