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.

Unable to build kernel after Installing ti-sdk-beagleboard-05.05.01.00

Environment:  beagleboard xm with 3730, windows 7 host with virtualbox and ubuntu 12.04.

Commented out call to setup-host-check.sh in setup.sh and successfully installed ti-sdk-beagleboard-05.05.01.00

Followed instruction on http://processors.wiki.ti.com/index.php/AMSDK_Linux_User%27s_Guide#Preparing_to_Build

 to add export PATH="<sdk install dir>/linux-devkit/bin:$PATH" 

Then issued "make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi- mrproper" but this gives below error:

     make: *** No rule to make target 'mrproper'. Stop.

 

Then I tried "make linux-clean" from ti-sdk-beagleboard-05.05.01.00 directory and I get the below error:

 

=================================

Cleaning the Linux Kernel

=================================

make -C __SDK__INSTALL_DIR__/board-support/__KERNEL_NAME__ ARCH=arm CROSS_COMPILE=__SDK__INSTALL_DIR__/linux-devkit/bin/arm-arago-linux-gnueabi- mrproper

make: *** __SDK__INSTALL_DIR__/board-support/__KERNEL_NAME__: No such file or directory.  Stop.

make: *** [linux_clean] Error 2

 

Please help,

Thanks

Asha

  • Asha,

    Where are you running the first make call from? That should be called from <sdk_install_dir>/board-support/linux-3.3.7-r115/. I am able to invoke the same command you have given without any issue. If you want to make linux_clean, that should be called exactly like that, without the additional arguments, from the base sdk install directory. Also note that you should not have sourced the environment_setup script for either of these operations. 

    Regards,

    Dave

  • Hi Dave,

    Thanks and I will try it out.

    I thought that command was to be issued from <sdk_install_dir>/linux-devkit where I did not see anything there.

    So, I will try it out as you say and let you know this evening.

    Thanks very much.

    Asha