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.

RTOS/TDA2P-ACD: Issue in compiling changes in build structure

Part Number: TDA2P-ACD


Tool/software: TI-RTOS

Hi,

We want to add a new folder parallel to pdk_01_09_00_17 (SDK version used is PROCESSOR_SDK_03_03_00_00 ) for our customized changes.

We have modified the makefiles and .mk files inside " pdk_01_09_00_17/packages/ti/build/"  in ti_components and "build/" and "build/rtos/" in vision_sdk  to add the new folder in the build structure.

But newly added folder is not getting added in the build.

Can you please let us know the changes required for building the new folder parallel ti pdk_01_09_00_17 ?

Regards,

Abhay

  • Abhay,

    Could you please help us understand the changes you have already made?

    The basic premise of any makefile based build is you need to pick up the right makefile in the parallel folder (make -c <parallel folder>) or the SRC_FILES.mk should pick up the files in the parallel folder while building.

    Thanks and Regards,
    Piyali
  • Hi Piyali,

    We have taken out the new software components added at the pdk level and added separate makefiles for them. There were some path issues earlier which we had fixed now. Thanks for your inputs.

    Regards,
    Abhay