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.

Problem to create a new Uimage

When I try to create a new  uImage  many errors was found when I perform the following commands :

• make distclean


• make davinci_dm644x_defconfig

• make uImage


It seems that the make file of the Kernel don’t found the link of some files or directory …

What do you suggest?


  • It appears you are using DM6446 along with an kernel based on MV (MontaVista) 4.0; can I safely assume this came from one of our software DVSDKs ?  If so which DVSDK are you using?

    I have not seen that error before, but have installed pretty much all DM6446 DVSDKs and so long as you follow the Getting Started Guide, you should not have any issues building.  There was one older DVSDK based on MV Pro 4 which had two kernel trees and asked the user to copy the wrong one, hence the reason I ask which DVSDK you are using.  However, the directory name you cite above does not seem familiar; therefore I wonder if this comes from one of our DVSDK or somewhere else.

  • use this command

    make distclean

     

    Regard's

    RT

     

  • Use the following commands

    make ARCH=arm CROSS_COMPILE=<path of your toolchain> distclean

    make ARCH=arm CROSS_COMPILE=<path of your toolchain>  <select your board defconfig>

    make ARCH=arm CROSS_COMPILE=<path of your toolchain> uImage

    i guess this will work.

     

    Regards,

    Mrugendra