Hi all,
I am trying to compile a new code inside demos folder of OMX, but when I do make omx, the new code's executables are not in the bin folder.
I change the makefile in /ezsdk/component-sources/omx_05_02_00_48/examples
###### ######
# CAPTURE->ENCODE->DECODE DISPLAY NT demo/app
capture_encode_decode_display: capture_encode_decode_displayhost
capture_encode_decode_displayhost:
ifeq ($(findstring make,$(BUILD_OPTIONS)),make)
$(ECHO) \# Building $(subst host,,$@) executable for core: a8host
$(MAKE) -C $($(subst host,,$@)_EXAMPLES_PATH) CORE=a8host
endif
###### ######
but nothing happens.
What could I do? Any suggestion?
Thanks,
Inigo