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.

PROCESSOR-SDK-J784S4: build errors and detecting 32 bit headers

Part Number: PROCESSOR-SDK-J784S4

Tool/software:

Hi,

while building ipc mechanism in the console  "it is showing unitstd-32.h cannot open file ."

do we need to change anything on ccs to 64 bit?because code state itself is showing 32 bit and i can see only 16,32 bit in code state in the properties window.

do we need to set any build varaibles,environment variables ,pre and post build steps in ccs v12.8 for build ipc mechanism from ti-linux-adas-sdk .

  • Hello,

    Our expert handling this topic is out of the office currently. Hence, expect a delay in response. Thanks.

  • Hi Kiran,

    I am not sure what you are trying to do. You are trying to build the Linux-side, and yet your build log is showing the usage of TI CGT ARM 20.2.7. The Linux A72 is not expectred to use this compiler.

    IIUC, you are trying to build Linux SDK using CCS. This is not a supported mechanism. It follows either the OE build system or a top-level Makefile that allows you to build certain components.

    Please see either the 1.2. Building the SDK with Yocto or the 1.3. Simplified SDK Build Using Top-Level Makefile sections of the SDK Getting Started section.

    regards

    Suman

  • Hi Team,

    I am trying to use files in ti-processor-sdk-linux-adas-j784s4-evm-09_02_00_05->board-support->ti-linux-kernel-6.1.80+gitAUTOINC+2e423244f8-ti

    I want to know how to use these files (like build or setup) and what purpose they serve. And should i use terminal only (and not CCS) or is there any other application to run these files. 

    So, Please provide me a documentation on how to use those files,.

    Thank you,

    Kiran

  • Hi Kiran,

    I want to know how to use these files (like build or setup) and what purpose they serve.

    You are asking basic questions that are all documented in the above two links I have provided.

    And should i use terminal only (and not CCS) or is there any other application to run these files. 

    CCS is not for building Linux SDKs, it is only used for debugging, not build any projects. Everything is command-line based.

    So, Please provide me a documentation on how to use those files,.

    Please go through the SDK Getting Started documentation.

    regards

    Suman