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.
I can see errors fly by when I build the project, but then the console window changes and only says:
**** Build of configuration Release for project EagleRdc ****
C:\ti\ccsv5\utils\bin\gmake -k all
gmake: Nothing to be done for `all'.
**** Build Finished ****
How do I return to the page that shows the problems?
Do you have the CDT Build Console selected as the active view? If you do, try to switch it back to use CDT Global Build Console.
I have the same problem --- unable to see the entire build process !!!
Could you me tell us step-by-step how you would do? GLOBAL setting? never seen such thing !!
Could you me tell us step-by-step how you would do?
Clicking on the "down arrow" next to the Console on the tool bar allows the CTS Global Build Console to be selected:
Mine console option was clayed-out ... see below. What need to be done first? I am using Code Composer studio Version: 4.2.5.00005 .
Thanks in advance,
JIMMY
Don't know why I could not paste the snapshot of console here
for you to see. Anyway, it was gray-out. Sounds like it needs to be tuned ON first.
Thanks again,
JIMMY
JIMMY SAYAVONG said:Anyway, it was gray-out. Sounds like it needs to be tuned ON first.
The screen shot I posted for selecting the Global Build Console was from CCS 5.1.
With CCS 4.1 the console is grayed out.
CCS 4.1 is built using Eclipse C/C++ Development Tools V3.1.0
CCS 5.1 is built using Eclipse C/C++ Development Tools V8.
From https://bugs.eclipse.org/bugs/show_bug.cgi?id=309113 the Global Build Console option was added in Eclipse C/C++ Development Tools V8 which explains why the option isn't in CCS 4.
With CCS 4 when building multiple projects, the only option is to select a project in the C/C++ Projects View to get the Console to show the build for the selected project.