The Build Console (sometimes referred to as Build Log) is used by the LPCXpresso build tools (compiler,linker, etc) to display output generated when building your project. In fact the LPCXpresso IDE has two build consoles - one of which records the output from building the current project, and the second a global build console which will record the output from building all projects.
To view the project Build Console or the Global Build Console:
From the drop-down list, select "CDT-Build Console <appname>" or "CDT Global Build Console", as required:
The required build console will then be displayed:
Occasionally, the LPCXpresso IDE support team may ask you to provide the details of your Build Console. To do this:
Clean, then build your project.
Select the appropriate Build Console as above:
Select the contents (e.g. Ctrl-A)
Copy to the clipboard (e.g. Ctrl-C).
Paste from clipboard into email / forum thread (e.g. Ctrl-V).
If there is a large amount of text in the build console, it is advisable to paste it into a text file, which can be ZIPed if appropriate.
By default, the number of lines stored in the Build Console is limited to 500 line. You can increase this to any reasonable number by:
Note : this setting, like most within the LPCXpresso IDE is saved as part of your workspace. Thus you will need to make this change each time you create a new workspace.