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'
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'