Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-9306

Erroneous "redeclared with incompatible type" involving two tagless structs with same form

    XMLWordPrintable

Details

    • Bug
    • Status: Accepted
    • Low
    • Resolution: Unresolved
    • Code Generation Tools
    • CODEGEN-6070
    • Hide
      C2000_22.6.0.LTS
      ARM_18.1.4.LTS
      MSP430_20.2.0.LTS
      ARM_18.12.0.LTS
      C2000_18.1.4.LTS
      MSP430_21.6.0.LTS
      C2000_21.6.0.LTS
      MSP430_18.12.0.LTS
      MSP430_18.1.4.LTS
      ARM_20.2.0.LTS
      C2000_18.12.0.LTS
      C2000_20.2.0.LTS
      Show
      C2000_22.6.0.LTS ARM_18.1.4.LTS MSP430_20.2.0.LTS ARM_18.12.0.LTS C2000_18.1.4.LTS MSP430_21.6.0.LTS C2000_21.6.0.LTS MSP430_18.12.0.LTS MSP430_18.1.4.LTS ARM_20.2.0.LTS C2000_18.12.0.LTS C2000_20.2.0.LTS
    • default
    • Hide
      For this specific case, which involved the BLE stack:
      Edit file blestack/inc/att.h
      Find the typedef for attReadByTypeReq_t. Give the struct a tag (name). Any name will do as long as it is unique. Do the same for attReadByGrpTypeReq_t.
      Recompile all C files.
      -or-
      make sure all files are compiled as C or all files are compiled as C++.
      Show
      For this specific case, which involved the BLE stack: Edit file blestack/inc/att.h Find the typedef for attReadByTypeReq_t. Give the struct a tag (name). Any name will do as long as it is unique. Do the same for attReadByGrpTypeReq_t. Recompile all C files. -or- make sure all files are compiled as C or all files are compiled as C++.
    • No plans to address at this time.

    Description

      Erroneous "redeclared with incompatible type" involving two tagless structs with same form

      Attachments

        Activity

          People

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: