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

Should ignore option --pending_instantiations when compiling C files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-4182
    • Hide
      PRU_2.2.0
       C6000_8.2.0
       C6000_8.1.0B1
      Show
      PRU_2.2.0  C6000_8.2.0  C6000_8.1.0B1
    • Hide
      C6000_8.2.3
       C6000_8.1.7
       MSP430_16.9.8.LTS
      Show
      C6000_8.2.3  C6000_8.1.7  MSP430_16.9.8.LTS
    • If the user wishes to use the option --pending_instantiations, they must add this option individually to each C++ file.
    • Hide
      The compiler option --pending_instantiations only makes any sense when used with C++ code. It cannot have any effect on C code. Indeed, when passed as an option to a compilation of C code, the compiler will stop and emit an error, "pending instantiations option can be used only when compiling C++"

      This is troublesome when trying to compile a mixture of C and C++ files in CCS. If the user wishes to use the option --pending_instantiations, they cannot just add this option to the global compiler options list; they must add this option individually to each C++ file.
      Show
      The compiler option --pending_instantiations only makes any sense when used with C++ code. It cannot have any effect on C code. Indeed, when passed as an option to a compilation of C code, the compiler will stop and emit an error, "pending instantiations option can be used only when compiling C++" This is troublesome when trying to compile a mixture of C and C++ files in CCS. If the user wishes to use the option --pending_instantiations, they cannot just add this option to the global compiler options list; they must add this option individually to each C++ file.

      Should ignore option --pending_instantiations when compiling C files

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

              Created:
              Updated:
              Resolved: