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.

Couldn't run the example project from the package PROCESSOR-SDK-RTOS-OMAPL138.

Other Parts Discussed in Thread: OMAPL138, OMAP-L138

Hi,

     I downloaded the PROCESSOR-SDK-RTOS-OMAPL138 software from http://www.ti.com/tool/processor-sdk-omapl138.  

I got some folder like pdk_omapl138_1_0_4 while running the bin file. I go to the particular folder pdk_omapl138_1_0_4/packages and i run the pdksetupenv.sh and i set the command make clean and make all.

while setting the command make all i got the error like following.

warning #10063-D: entry-point symbol other than "_c_int00" specified:  "Entry"
mono /home/vishnujith/ti/pdk_omapl138_1_0_4/packages/ti/boot/sbl/tools/omapl13x_boot_utils/OMAP-L138/GNU/AISUtils/HexAIS_OMAP-L138.exe -o /home/vishnujith/ti/pdk_omapl138_1_0_4/packages/ti/boot/sbl/binary/lcdkOMAPL138/mmcsd/bin/MLO -ini /home/vishnujith/ti/pdk_omapl138_1_0_4/packages/ti/boot/sbl/soc/omapl138/omapl138.ini /home/vishnujith/ti/pdk_omapl138_1_0_4/packages/ti/boot/sbl/binary/lcdkOMAPL138/mmcsd/bin/sbl.out;
/bin/sh: 1: mono: not found
board/lcdkOMAPL138/build/makefile:126: recipe for target 'MLO' failed
make[2]: *** [MLO] Error 127
make[2]: Leaving directory '/home/vishnujith/ti/pdk_omapl138_1_0_4/packages/ti/boot/sbl'
makefile:67: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/vishnujith/ti/pdk_omapl138_1_0_4/packages/ti/boot/sbl'
makefile:146: recipe for target 'sbl' failed
make: *** [sbl] Error 2
  

What might be the reason?how to solve it and create project for running Example project???

regards

Arun

  • Arun Kumar77 said:
    /ti/boot/sbl/soc/omapl138/omapl138.ini /home/vishnujith/ti/pdk_omapl138_1_0_4/packages/ti/boot/sbl/binary/lcdkOMAPL138/mmcsd/bin/sbl.out;
    /bin/sh: 1: mono: not found

    Hi Arun,

    It looks like mono isn't installed on your machine. Refer to the mono.txt file located at ~ti-processor-sdk-linux-omapl138-lcdk-04.02.00.09/board-support/linux-4.9.59+gitAUTOINC+a75d8e9305-ga75d8e9305/Documentation/ for instructions on installing it.

  • Hi sahin,

    But still some error while making. Here is some:


    make[5]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[4]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[3]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[2]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make firmcores SOC=omapl138
    make[2]: Entering directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[2]: Nothing to be done for 'firmcores'.
    make[2]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make app_libcores SOC=omapl138
    make[2]: Entering directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make app_lib_allendians CORE=arm9_0 BUILD_PROFILE_arm9_0=release
    make[3]: Entering directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make comp_app_libs ENDIAN=little
    make[4]: Entering directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[4]: Nothing to be done for 'comp_app_libs'.
    make[4]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[3]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make app_lib_allendians CORE=c674x BUILD_PROFILE_c674x=release
    make[3]: Entering directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make comp_app_libs ENDIAN=little
    make[4]: Entering directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[4]: Nothing to be done for 'comp_app_libs'.
    make[4]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[3]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[2]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'
    make[1]: Leaving directory '/home//ti/pdk_omapl138_1_0_4/packages/ti/drv/usb'

    Regards,
    Arun
  • Hi Arun,

    Those aren't errors, just remarks. "Nothing to be done" just means that the lib has already been built.