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/AM4378: Build project result is always : make: Nothing to be done for 'all'.

Part Number: AM4378


Tool/software: Code Composer Studio

Hello,

 I installed Code composer and made the C Project Hello World

 When i execute Build Project the result is always : make: Nothing to be done for 'all'.

 Also after i execute a Clean Project or after a change to the c code

 I noticed that the variables USER_OBJS ,  LIBS are not defined in objects.mk and that all the variables (except SUBDIRS) are not defined in sources.mk

 I use a custom Toolchain from the firm MYIR for the Rico Board

 Do i need to change some settings in the Code Composer to solve this issue?

 In the Cross compiler setting the preix is set to arm-linux-gnueabihf- and the path is set to /home/ronny/RicoBoard/Toolchain/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin

Kind Regards

 Ronny

 

  • Ronny,

    Could you provide some additional details?

    - Which version of CCS are you using?
    - I assume you created a standard Eclipse C Project, correct?
    - Has this project ever built successfully before? If it has then I suspect something may be corrupted and you could try recreating the project. if it has never built successfully then something else may be at play here. 
    - Is the project set to "Generate Makefiles automatically"? (the setting is under Project Properties->Build->Builder Settings tab)
    - Could you attach the makefile generated by the project?

  • Hello

    I am using CCS 7.3.0.00019

    Yes i created a standard C project using the Hello World project

    I build the Project with succes via commandline using directly the command arm-linux-gnueabihf-gcc

    yes the project is set to Generate Makefiles Automatically

    After a Reboot of my system the Problem was solved

    So for the moment i can build new projects without any problem

    I have no clue what caused the problem initially

    Kind Regards

     Ronny

  • Ronny,

    Thank you for the update and glad to hear that the issue is resolved. Please go ahead and mark this thread as Resolved/Answered.