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.

gmake - s Appimage error problem



I am a beginner ,I have some problems
When I generate appimage   , then my Rules.make config is MAKEAPPNAME?=apps , This can succeed

When i change to MAKEAPPNAME?=sample_app
In order to generate appimage   , Hanppend Some error occurred. 

The error message looks like the following

$ gmake -s appimage
# Creating Vision SDK AppImage ...
# Including A15 ...
Parsing the input object file, C:/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/binaries/sample_app/tda2ex_evm_bios_all/vision_sdk/bin/tda2ex-evm/vision_sdk_a15_0_release.xa15fg.
The object reference is not set as an instance of the object Encountered exception:
The object reference is not set as an instance of the object

# Including IPU1-0 ...
Parsing the input object file, C:/PROCESSOR_SDK_VISION_03_08_00_00/vision_sdk/binaries/Test_app/tda2ex_evm_bios_all/vision_sdk/bin/tda2ex-evm/vision_sdk_ipu1_0_release.xem4.
The object reference is not set as an instance of the object Encountered exception:
The object reference is not set as an instance of the object

etc....



Are there other pre-settings
Or something else that is not set?


Thanks! 

  • Hi,

    This is the expected O/P because the "apps" will support the following configuration

    The Sample_apps will support only two configurations:

    You are trying to build the "tda2ex_evm_bios_all"  configuration in the sample_app & this does not exist in the sample_app. If you want to build the same configuration please create the "tda2ex_evm_bios_all" folder in the sample_app directory. (Refer the tda2xx_evm_bios_all config directory)

    Thanks

    Gaviraju