Skip to main content
HXiao.1
Associate II
March 20, 2024
Question

STM32CubeIDE has no complete compile result

  • March 20, 2024
  • 7 replies
  • 2005 views

In STM32CubeIDE, in CDT build console, the compile result part, if there are a lot of warnings, only the last part of the compile result can be seen, I have to save the compile log into one file and check from there, it's quite annoying. I think it's a defect. 

This topic has been closed for replies.

7 replies

TDK
March 20, 2024

You can scroll up with the scrollbar on the right side of the console.

"If you feel a post has answered your question, please click ""Accept as Solution""."
HXiao.1
HXiao.1Author
Associate II
March 20, 2024

I guess you are talking the scrollbar in the green circle, I did that but did not see the complete compile result, in my case, there are 459 warnings.

HXiao1_0-1710937922994.png

 

TDK
March 20, 2024

Yes, that's it.

If you have so many warnings that it exceeds the capacity of the output buffer, you can increase that buffer:

How do I increase the capacity of the Eclipse output console? - Stack Overflow

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
Bob S
Super User
March 20, 2024

Or look in the log file that Eclipse automatically creates (that is the source of what is displayed in the window).  You shouldn't have to manually save it.  It should be in the ".metadata\.plugins\org.eclipse.cdt.ui" directory in your workspace.

Andrew Neil
Super User
March 20, 2024

If you click in the Console window, keyboard navigation should also work; eg, Ctrl+Home to go to the start of the buffer

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
HXiao.1
HXiao.1Author
Associate II
March 21, 2024

Thanks all @Andrew Neil  @TDK @Bob S ,

How do I increase the capacity of the Eclipse output console? - Stack Overflow does not work

"Ctrl + home"  does not work

the log file is stored in ".metadata\.plugins\org.eclipse.cdt.ui", it works. 

 

 

Joe WILLIAMS
ST Employee
March 21, 2024

Hi HXiao.1

 

Your post has been submitted to the ST Online Support Team.

 

Kind Regards

Joe WILLIAMS

STMicro Support