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!