Problem: While switching between architectures/cpu's make cleanall is required as of today to build different libraries for different cpus/architecture
Steps to Reproduce: git clone ut-core, make, make -C tests/, make TARGET=arm
Expected Behavior: After make TARGET=arm, ut-control should be able to build the library for arm
Actual Behavior: Make fails with error
Notes (Optional):
*- obj/arm
obj/linux
build.sh - Must build all the code & platform cloning if required repo's.
Makefile - after build.sh is ran is possible to run directly.
Description:
Problem: While switching between architectures/cpu's make cleanall is required as of today to build different libraries for different cpus/architecture
Steps to Reproduce: git clone ut-core, make, make -C tests/, make TARGET=arm
Expected Behavior: After make TARGET=arm, ut-control should be able to build the library for arm
Actual Behavior: Make fails with error
Notes (Optional):
*- obj/arm
obj/linux
build.sh - Must build all the code & platform cloning if required repo's.
Makefile - after build.sh is ran is possible to run directly.
https://github.com/rdkcentral/ut-control/blob/develop/configure.sh - must take the TARGET=arm option in
ut-core/framework
&ut-core/test
- we have to remove that everywhere.