This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Vision apps build flag based compilation

Part Number: TDA4VM

Hello all,

We are using Vision SDK 7.2. 

I need to handle  two different boards . Consider this file vision_apps/apps/basic_demos/app_tirtos/common/app_cfg_mcu2_0.h , in which we need to disable ENABLE_ETHFW (#undef ENABLE_ETHFW)
for our Customized  board.

Is it possible to handle this via build flag from vision_apps/vision_apps_build_flags.mak ?

I don't want to change this from app_cfg_mcu2_0.h  I need to handle via build flags.

Thanks & regards,

Gokul

  • Hi Gokul,

    In 7.3, we had migrated to use a flag in vision_apps_build_flags.mak.  There is a flag called BUILD_ENABLE_ETHFW that we have begun using for this purpose.

    I would recommend either migrating to 7.3/8.0 or reference how this is done in 7.3 to pull in to 7.2.

    Regards,

    Lucas