Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903666

Jextract should report issues with missing dependencies

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • tools
    • None

      When custom include filters are specified on the command line, it is possible for jextract to generate non-sensical code (now even more so than in the past). Possible issues:

      * a function descriptor refers to a non-existent struct/union
      * a struct/union typedef refers to a non-existent struct/union
      * a struct/union field refers to a non-existent struct/union
      * a global variable refers to a non-existent struct/union

      In such cases, jextract should terminate (and report the problem to the user), rather than generating buggy code.

            mcimadamore Maurizio Cimadamore
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: