Post Go back to editing

ERROR: Export Utility could not found SMAP or Code or Parameter sizes. Please check exported files

Category: Software
Software Version: CCES 2.11 SS+for Sharc 2.0.0

when using exportCodeParam.exe , error occurs. exportCodeParam.exe "SWC" "ToneGen_Equalizer_Compressor_Block_2156x" "IC_1" "215xx"

  • Hi,

    Please export the file with same name what you are using in the command  exportCodeParam.exe "SWC" "ToneGen_Equalizer_Compressor_Block_2156x" "IC_1" "215xx".

  • Hi Sakthivel;

    Where could I find exportCodeParam.exe for SigmaStudioPlus?

    And Where does IC_1 argument come from? I found all exported file does not contains "IC_1" in the file name:

    TDMLoopback_ADSP2156x_1.json
    TDMLoopback_ADSP2156x_1.xml
    TDMLoopback_ADSP2156x_1_NetList.xml
    TDMLoopback_ADSP2156x_1_Target.xml
    TDMLoopback_DiffDXESchematic_1.h
    TDMLoopback_DiffDXESchematic_1.param
    TDMLoopback_DiffDXESchematic_1_Defines.h
    TDMLoopback_DiffDXESchematic_1_NumBytes.dat
    TDMLoopback_DiffDXESchematic_1_PARAM.h
    TDMLoopback_DiffDXESchematic_1_TxBuffer.dat
    TDMLoopback_DiffDXESchematic_1_TxMetaBuffer.dat

    And using exportCodeParam.exe from SS4S 4.7 does not work.

    $ ./exportCodeParam.exe SWC TDMLoopback IC_1 215xx
    ERROR: Export Utility could not found SMAP or Code or Parameter sizes. Please check exported files
    Press ESC to stop
    
    
    $ ./exportCodeParam.exe SWC TDMLoopback ADSP2156x_1 215xx
    ERROR: Export Utility could not found SMAP or Code or Parameter sizes. Please check exported files
    Press ESC to stop

    Using DiffDXESchematic_1 instead of IC_1, exportcodeparam.exe generate an empty file.

    $ ./exportCodeParam.exe SWC TDMLoopback DiffDXESchematic_1 215xx
    Creating ./adi_ss_ssn_export_TDMLoopback_DiffDXESchematic_1.c file
    Program terminated successfully

    Yours

    Totoro