Is it possible to display compiler warnings in Arduino?

前端 未结 5 678
伪装坚强ぢ
伪装坚强ぢ 2021-01-07 01:28

I would like the Arduino IDE to display compiler warnings, and I would rather not have to compile once in the terminal for warnings, and again through Arduino to generate th

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-07 01:40

    This feature has been added to the latest Arduino source code, although is not yet in a released version (see https://github.com/arduino/Arduino/commit/a2235e3cdc3856cbeba7de84e81bfd914b3ebaea).

    It's planned to be included in the next major Arduino IDE release (version 1.0) which is currently planned for release at the end of October 2011. The current release candidate has this fix (as of October 25, 2011).

    To enable compiler warnings from within the Arduino IDE, open File | Preferences then tick Show verbose output during: compilation and/or Show verbose output during: upload.

提交回复
热议问题