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.

CCS/AM5728: AM5728-IDK, LINUX-SDK-u-boot build issue in CCS9

Part Number: AM5728

Tool/software: Code Composer Studio

Hi,

I've installed AM5728 IDK,  LINUX_SDK ver: am57xx-evm-linux-sdk-src-05.03.00.07 and able to build uboot and kernel on UBUNTU 18.04(64bit).

But, when I imported the u-boot( ../board-support/u-boot-2018.01+gitAUTOINC+313dcd69c2-g825ac6e1ac) in CCS9 and build I got the below errors and snapshot attached.Is it because of  permission or CCS9 compatability issue with ubuntu 18.04. I've installed CC9 with root permission.

uboot.release.tmp: Permission denied
Makefile:1298: recipe for target 'include/config/uboot.release' failed
make: *** [include/config/uboot.release] Error 2

Thanks and Regards

srinivasa

  • Srinivasa,

    CCS is not tailored to build the u-boot and linux kernel projects (along with other linux SDK projects). Its makefile contains many rules and details that the CCS/Eclipse environment are not aware, thus causing the build process to fail. 

    Please refer to the SDK documentation for instructions on how to build these components. 

    Regards,

    Rafael