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.

I getting an error about "incompatible assignment to mod"

Other Parts Discussed in Thread: OMAPL138

Hi all,

I'm integrating G723 codecs in the OMAPL138, my sdk is dvsdk_omapl138-evm_04_03_00_06. And some errors occurred. Logs as follows:

js: "./all.cfg", line 175: XDC runtime error: ti.sdo.ce.Server/algs/3: incompatible assignment to mod :xdc.services.intern.xsr.Value$Obj@a77106::ti.sdo.ce.examples.codecs.g7231adec.G7231ADEC 

The link http://processors.wiki.ti.com/index.php/Codec_Engine_FAQ#What_am_I_getting_an_error_about_.22incompatible_assignment_to_mod.22_regarding_a_particular_codec_package_I_have.3F says that my module doesn't implement ti.sdo.ce.ICodec interface. And I didn't find 'ce' subpackage in my g723 packet:

- C64xplus_g723_02_00_01_02_LE_COFF_30ms
  + package
  - packages
    - ti
      - sdo
        - codecs
          - g7231adec
            - App
            - Docs
            - lib
            - package
          - g7231aenc
           - App
           - Docs
           - lib
           - package

How to implement ti.sdo.ce.ICodec interface? I need the details. Thanks

Best regards,

Buga

  • Hi Buga,

    I think, "ce" is not supported for OMAPL138 (C674x.

    If support is there, you would get the ce directory in downloaded codec package.

  • Hi Stalin,

    Do you mean that my G723 codec package does not support OMAPL138?

    By the way. My G729 codec package can be integrated into DVSDK's codec-engine and works well. And the G729 package directory tree listed bellow:

    - dm6437_g729abdec_1_12_001_production
      + package
      - packages
        - ti
          - sdo
            - codecs
              - g729abdec
                + app
                + ce
                + docs
                + lib
                + package

    So I think my G723 package's 'ce' subdirectory may be missing.

    Best regards,

    Buga

  • Hi,

    Yes, you are right. G.723 codec package doesn't support on OMAPL138.

    Thanks & regards,

    Sivaraj K

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question

    -------------------------------------------------------------------------------------------------------