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

Host emulation library is missing definitions of lut global variables

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-7456
    • C7000_1.3.0.STS
    • C7000_1.4.0.LTS
    • default
    • Hide
      Create a .cpp file with the following contents when building your project for host emulation:

      #include <c7x.h>
      int lut::debug_level = 0;
      int lut_cr::debug_level = 0;
      Show
      Create a .cpp file with the following contents when building your project for host emulation: #include <c7x.h> int lut::debug_level = 0; int lut_cr::debug_level = 0;

      During compilation for host emulation, if the lookup table (LUT) is referenced in user code, this will result in undefined symbol errors during link for the symbols "lut::debug_level" and "lut_cr::debug_level" because they are not in the host emulation library.

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

              Created:
              Updated:
              Resolved: