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/PROCESSOR-SDK-AM57X: how to build IPC example demo on ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11

Part Number: PROCESSOR-SDK-AM57X

Tool/software: TI-RTOS

I want to build the IPC example demos but failed. just as the picture below:

I do not know how to install Processor SDK RTOS 05.01.00.11 for am57xx-evm, I think I have installed it already(since the directory is /~/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11$);

And I also do not know what is the TI_RTOS_PATH is. could you please tell me?

thanks.

  • Currently I can build it by setting correct TI_RTOS_PATH. After typing "make all", is can start to build.

    But I could not see any update when running "make pru-icss"

    the log is as the below:

    kevin@ubuntu:~/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11$ ll
    total 665092
    drwxrwxr-x 9 kevin kevin 4096 Feb 25 07:04 ./
    drwxrwxr-x 38 kevin kevin 4096 Feb 25 06:21 ../
    drwxr-xr-x 2 kevin kevin 4096 Jan 5 23:55 bin/
    drwxr-xr-x 6 kevin kevin 4096 Oct 6 05:09 board-support/
    drwxr-xr-x 3 kevin kevin 4096 Feb 25 06:27 docs/
    drwxr-xr-x 23 kevin kevin 4096 Oct 6 05:13 example-applications/
    drwxr-xr-x 2 kevin kevin 4096 Oct 6 05:24 filesystem/
    -rw-rw-r-- 1 kevin kevin 0 Feb 25 06:05 .gdbinit
    drwxrwxr-x 3 kevin kevin 4096 Jan 5 23:55 linux-devkit/
    -rwxr-xr-x 1 kevin kevin 680945991 Oct 6 05:27 linux-devkit.sh*
    -rwxr-xr-x 1 kevin kevin 47586 Oct 6 01:31 Makefile*
    -rwxr-xr-x 1 kevin kevin 1530 Feb 25 06:50 Rules.make*
    ---------- 1 kevin kevin 0 Feb 25 06:05 sedqUcvGX
    -rwxr-xr-x 1 kevin kevin 4188 Oct 6 01:31 setup.sh*
    -rw-rw-r-- 1 kevin kevin 0 Feb 25 06:05 .targetfs
    drwxr-xr-x 21 kevin kevin 4096 Oct 6 04:24 targetNFS/
    -rw-rw-r-- 1 kevin kevin 10 Jan 6 00:41 .tftproot
    kevin@ubuntu:~/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11$ make pru-icss
    =================================
    Building PRU-ICSS
    =================================
    make[1]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_access_const_table'

    ************************************************************
    Building project: PRU_access_const_table

    Output files can be found in the "gen" directory

    Finished building project: PRU_access_const_table
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_access_const_table'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_ADC_onChip'

    ************************************************************
    Building project: PRU_ADC_onChip

    Output files can be found in the "gen" directory

    Finished building project: PRU_ADC_onChip
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_ADC_onChip'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_ARMtoPRU_Interrupt'

    ************************************************************
    Building project: PRU_ARMtoPRU_Interrupt

    Output files can be found in the "gen" directory

    Finished building project: PRU_ARMtoPRU_Interrupt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_ARMtoPRU_Interrupt'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Direct_Connect0'

    ************************************************************
    Building project: PRU_Direct_Connect0

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Direct_Connect0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Direct_Connect1'

    ************************************************************
    Building project: PRU_Direct_Connect1

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Direct_Connect1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_edmaConfig'

    ************************************************************
    Building project: PRU_edmaConfig

    Output files can be found in the "gen" directory

    Finished building project: PRU_edmaConfig
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_edmaConfig'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_gpioToggle'

    ************************************************************
    Building project: PRU_gpioToggle

    Output files can be found in the "gen" directory

    Finished building project: PRU_gpioToggle
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_gpioToggle'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Hardware_UART'

    ************************************************************
    Building project: PRU_Hardware_UART

    Output files can be found in the "gen" directory

    Finished building project: PRU_Hardware_UART
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Hardware_UART'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_IEP'

    ************************************************************
    Building project: PRU_IEP

    Output files can be found in the "gen" directory

    Finished building project: PRU_IEP
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_IEP'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_MAC_Multiply_Accum'

    ************************************************************
    Building project: PRU_MAC_Multiply_Accum

    Output files can be found in the "gen" directory

    Finished building project: PRU_MAC_Multiply_Accum
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_MAC_Multiply_Accum'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_PRUtoARM_Interrupt'

    ************************************************************
    Building project: PRU_PRUtoARM_Interrupt

    Output files can be found in the "gen" directory

    Finished building project: PRU_PRUtoARM_Interrupt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_PRUtoARM_Interrupt'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_RPMsg_Echo_Interrupt0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_RPMsg_Echo_Interrupt0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_RPMsg_Echo_Interrupt1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_RPMsg_Echo_Interrupt1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x/PRU_Halt'
    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am335x'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_access_const_table'

    ************************************************************
    Building project: PRU_access_const_table

    Output files can be found in the "gen" directory

    Finished building project: PRU_access_const_table
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_access_const_table'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_ARMtoPRU_Interrupt'

    ************************************************************
    Building project: PRU_ARMtoPRU_Interrupt

    Output files can be found in the "gen" directory

    Finished building project: PRU_ARMtoPRU_Interrupt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_ARMtoPRU_Interrupt'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Direct_Connect0'

    ************************************************************
    Building project: PRU_Direct_Connect0

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Direct_Connect0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Direct_Connect1'

    ************************************************************
    Building project: PRU_Direct_Connect1

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Direct_Connect1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_edmaConfig'

    ************************************************************
    Building project: PRU_edmaConfig

    Output files can be found in the "gen" directory

    Finished building project: PRU_edmaConfig
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_edmaConfig'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_gpioToggle'

    ************************************************************
    Building project: PRU_gpioToggle

    Output files can be found in the "gen" directory

    Finished building project: PRU_gpioToggle
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_gpioToggle'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Hardware_UART'

    ************************************************************
    Building project: PRU_Hardware_UART

    Output files can be found in the "gen" directory

    Finished building project: PRU_Hardware_UART
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Hardware_UART'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_IEP'

    ************************************************************
    Building project: PRU_IEP

    Output files can be found in the "gen" directory

    Finished building project: PRU_IEP
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_IEP'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_MAC_Multiply_Accum'

    ************************************************************
    Building project: PRU_MAC_Multiply_Accum

    Output files can be found in the "gen" directory

    Finished building project: PRU_MAC_Multiply_Accum
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_MAC_Multiply_Accum'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_PRUtoARM_Interrupt'

    ************************************************************
    Building project: PRU_PRUtoARM_Interrupt

    Output files can be found in the "gen" directory

    Finished building project: PRU_PRUtoARM_Interrupt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_PRUtoARM_Interrupt'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt1_0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1_0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1_0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt1_0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt1_1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1_1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1_1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt1_1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt0_0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt0_0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt0_0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt0_0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt0_1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt0_1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt0_1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_RPMsg_Echo_Interrupt0_1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x/PRU_Halt'
    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am437x'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt1_0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1_0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1_0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt1_0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt1_1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1_1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1_1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt1_1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt2_0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt2_0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt2_0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt2_0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt2_1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt2_1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt2_1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_RPMsg_Echo_Interrupt2_1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_Direct_Connect0'

    ************************************************************
    Building project: PRU_Direct_Connect0

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_Direct_Connect0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_Direct_Connect1'

    ************************************************************
    Building project: PRU_Direct_Connect1

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_Direct_Connect1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_MAC_Multiply_Accum'

    ************************************************************
    Building project: PRU_MAC_Multiply_Accum

    Output files can be found in the "gen" directory

    Finished building project: PRU_MAC_Multiply_Accum
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_MAC_Multiply_Accum'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x/PRU_Halt'
    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am572x'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt0_0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt0_0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt0_0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt0_0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt0_1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt0_1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt0_1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt0_1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt1_0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1_0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1_0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt1_0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt1_1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1_1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1_1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_RPMsg_Echo_Interrupt1_1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_Direct_Connect0'

    ************************************************************
    Building project: PRU_Direct_Connect0

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_Direct_Connect0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_Direct_Connect1'

    ************************************************************
    Building project: PRU_Direct_Connect1

    Output files can be found in the "gen" directory

    Finished building project: PRU_Direct_Connect1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_Direct_Connect1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_MAC_Multiply_Accum'

    ************************************************************
    Building project: PRU_MAC_Multiply_Accum

    Output files can be found in the "gen" directory

    Finished building project: PRU_MAC_Multiply_Accum
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_MAC_Multiply_Accum'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g/PRU_Halt'
    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/k2g'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_RPMsg_Echo_Interrupt0'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt0

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: PRU_RPMsg_Echo_Interrupt0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_RPMsg_Echo_Interrupt0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_RPMsg_Echo_Interrupt1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: PRU_RPMsg_Echo_Interrupt1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_RPMsg_Echo_Interrupt1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_RPMsg_Echo_Interrupt0'

    ************************************************************
    Building project: RTU_RPMsg_Echo_Interrupt0

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: RTU_RPMsg_Echo_Interrupt0
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_RPMsg_Echo_Interrupt0'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_RPMsg_Echo_Interrupt1'

    ************************************************************
    Building project: RTU_RPMsg_Echo_Interrupt1

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: RTU_RPMsg_Echo_Interrupt1
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_RPMsg_Echo_Interrupt1'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: PRU_Halt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_Halt'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_Halt'

    ************************************************************
    Building project: RTU_Halt

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: RTU_Halt
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_Halt'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_MAC_Multiply_Accum'

    ************************************************************
    Building project: PRU_MAC_Multiply_Accum

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: PRU_MAC_Multiply_Accum
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/PRU_MAC_Multiply_Accum'
    make[3]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_MAC_Multiply_Accum'

    ************************************************************
    Building project: RTU_MAC_Multiply_Accum

    make[4]: Nothing to be done for '.build_one'.

    make[4]: Nothing to be done for '.build_one'.


    Finished building project: RTU_MAC_Multiply_Accum
    ************************************************************

    make[3]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x/RTU_MAC_Multiply_Accum'
    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples/am65x'
    make[1]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/examples'
    make[1]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Audio'

    ************************************************************
    Building project: PRU_Audio

    Output files can be found in the "gen" directory

    Finished building project: PRU_Audio
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Audio'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Halt'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Hardware_UART'

    ************************************************************
    Building project: PRU_Hardware_UART

    Output files can be found in the "gen" directory

    Finished building project: PRU_Hardware_UART
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Hardware_UART'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_HDQ_TempSensor0'

    ************************************************************
    Building project: PRU_HDQ_TempSensor0

    Output files can be found in the "gen" directory

    Finished building project: PRU_HDQ_TempSensor0
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_HDQ_TempSensor0'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_HDQ_TempSensor1'

    ************************************************************
    Building project: PRU_HDQ_TempSensor1

    Output files can be found in the "gen" directory

    Finished building project: PRU_HDQ_TempSensor1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_HDQ_TempSensor1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_LED0'

    ************************************************************
    Building project: PRU_LED0

    Output files can be found in the "gen" directory

    Finished building project: PRU_LED0
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_LED0'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_LED1'

    ************************************************************
    Building project: PRU_LED1

    Output files can be found in the "gen" directory

    Finished building project: PRU_LED1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_LED1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_RPMsg_LED0'

    ************************************************************
    Building project: PRU_RPMsg_LED0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_LED0
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_RPMsg_LED0'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Switch'

    ************************************************************
    Building project: PRU_Switch

    Output files can be found in the "gen" directory

    Finished building project: PRU_Switch
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw/PRU_Switch'
    make[1]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/pru_cape/pru_fw'
    make[1]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/lib/src'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/lib/src/rpmsg_lib'

    ************************************************************
    Building project: rpmsg_lib

    Finished building project: rpmsg_lib
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/lib/src/rpmsg_lib'
    make[1]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/lib/src'
    make[1]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am335x'

    ************************************************************
    Building project: am335x

    Output files can be found in the "gen" directory

    Finished building project: am335x
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am335x'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am437x'

    ************************************************************
    Building project: am437x

    Output files can be found in the "gen" directory

    Finished building project: am437x
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am437x'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am572x'

    ************************************************************
    Building project: am572x

    Output files can be found in the "gen" directory

    Finished building project: am572x
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am572x'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am65x'

    ************************************************************
    Building project: am65x

    Output files can be found in the "gen" directory

    Finished building project: am65x
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/am65x'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/k2g'

    ************************************************************
    Building project: k2g

    Output files can be found in the "gen" directory

    Finished building project: k2g
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_0/solution/k2g'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_1/solution/toggle_led'

    ************************************************************
    Building project: toggle_led

    Output files can be found in the "gen" directory

    Finished building project: toggle_led
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_1/solution/toggle_led'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_2/solution/button_led_0'

    ************************************************************
    Building project: button_led_0

    Output files can be found in the "gen" directory

    Finished building project: button_led_0
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_2/solution/button_led_0'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_2/solution/button_led_1'

    ************************************************************
    Building project: button_led_1

    Output files can be found in the "gen" directory

    Finished building project: button_led_1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_2/solution/button_led_1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_3/solution/PRU_HDQ_TempSensor0'

    ************************************************************
    Building project: PRU_HDQ_TempSensor0

    Output files can be found in the "gen" directory

    Finished building project: PRU_HDQ_TempSensor0
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_3/solution/PRU_HDQ_TempSensor0'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_3/solution/PRU_HDQ_TempSensor1'

    ************************************************************
    Building project: PRU_HDQ_TempSensor1

    Output files can be found in the "gen" directory

    Finished building project: PRU_HDQ_TempSensor1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_3/solution/PRU_HDQ_TempSensor1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_4/solution/button_led_0'

    ************************************************************
    Building project: button_led_0

    Output files can be found in the "gen" directory

    Finished building project: button_led_0
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_4/solution/button_led_0'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_4/solution/button_led_1'

    ************************************************************
    Building project: button_led_1

    Output files can be found in the "gen" directory

    Finished building project: button_led_1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_4/solution/button_led_1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am335x/PRU_RPMsg_Echo_Interrupt1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am335x/PRU_RPMsg_Echo_Interrupt1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am437x/PRU_RPMsg_Echo_Interrupt1_1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1_1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1_1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am437x/PRU_RPMsg_Echo_Interrupt1_1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am572x/PRU_RPMsg_Echo_Interrupt1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am572x/PRU_RPMsg_Echo_Interrupt1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am65x/PRU_RPMsg_Echo_Interrupt1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am65x/PRU_RPMsg_Echo_Interrupt1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/k2g/PRU_RPMsg_Echo_Interrupt1'

    ************************************************************
    Building project: PRU_RPMsg_Echo_Interrupt1

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_Echo_Interrupt1
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/k2g/PRU_RPMsg_Echo_Interrupt1'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am335x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am335x/PRU_Halt'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am437x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am437x/PRU_Halt'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am572x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am572x/PRU_Halt'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am65x/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/am65x/PRU_Halt'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/k2g/PRU_Halt'

    ************************************************************
    Building project: PRU_Halt

    Output files can be found in the "gen" directory

    Finished building project: PRU_Halt
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_5/solution/k2g/PRU_Halt'
    make[2]: Entering directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_6/solution/PRU_RPMsg_LED0'

    ************************************************************
    Building project: PRU_RPMsg_LED0

    Output files can be found in the "gen" directory

    Finished building project: PRU_RPMsg_LED0
    ************************************************************

    make[2]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs/lab_6/solution/PRU_RPMsg_LED0'
    make[1]: Leaving directory '/home/kevin/ti/ti-processor-sdk-linux-rt-am57xx-evm-05.01.00.11/example-applications/pru-icss-5.3.0/labs'





    I cannot find the output files in "gen" directory. Why?
  •  Also after typing "make ipc_demo" I could not find the generated outputs in the /dsp directory, just as the picture.

    I donnot know how to generate the outputs just like the examples :

  • Shihao,

    First of all, I want to point that there are four different SDKs for AM57x:

    www.ti.com/.../PROCESSOR-SDK-AM57X

    Android, Linux, Linux-RT and TI-RTOS

    Please note that Linux-RT and TI-RTOS are different SDKs.


    For IPC examples and how to build them, refer to below user guides:

    software-dl.ti.com/.../Foundational_Components_IPC.html

    processors.wiki.ti.com/.../Processor_SDK_Big_Data_IPC_Examples

    software-dl.ti.com/.../Examples_and_Demonstrations.html

    software-dl.ti.com/.../How_to_Guides.html

    software-dl.ti.com/.../FAQ.html

    Regards,
    Pavel