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