rdkcentral / ut-core

Unit Test - Core Framework
Apache License 2.0
4 stars 0 forks source link

UT-CORE: Create separate obj folders for linux and arm #96

Closed kanjoe24 closed 3 months ago

kanjoe24 commented 3 months ago

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

https://github.com/rdkcentral/ut-control/blob/develop/configure.sh - must take the TARGET=arm option in