rdkcentral / rdk-halif-test-hdmi_cec

RDK HDMI CEC Hardware Abstraction Layer test suite
Apache License 2.0
4 stars 1 forks source link

HDMI CEC ut/Makefile causing issues with regular builds. #34

Closed srinivasgtl closed 4 months ago

srinivasgtl commented 4 months ago

The regular L1 and L2 tests built with TARGET=arm are causing issues with the latest v-component changes in the Makefile. The Makefile changes should be able to build both Targets without any issues.

Error as shown below: rdk-halif-hdmi_cec/ut/vcomponent/src/vcomponent_hdmi_cec.c:25:10: fatal error: vcomponent_hdmi_cec.h: No such file or directory 25 | #include "vcomponent_hdmi_cec.h" | ^~~~~~~ compilation terminated. Makefile:78: recipe for target 'vcomponent' failed make: *** [vcomponent] Error 1 make: Leaving directory '/rdk-halif-hdmi_cec/ut'

srinivasgtl commented 4 months ago

This is now fixed and merged with gh #24