Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 123697

Forum Post: how to compile new code and folder inside OMX demos in EZSDK

$
0
0

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


Viewing all articles
Browse latest Browse all 123697

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>