Blinker编译Demo错误-Arduino中文社区 - Powered by Discuz! Archiver

n1001 发表于 2019-12-28 12:00

Super169 发表于 2019-12-28 11:15
你上面只出现了:
error: multi-line comment [-Werror=comment]
error: control reaches end of non-void...

请问怎么修改预设

Super169 发表于 2019-12-28 15:14

n1001 发表于 2019-12-28 12:00
请问怎么修改预设

你是用那个开发环境的?

我是用visual studio code 再加上 Platform IO 的, 只要在 platformio.ini 加入 build_flags = -w 就可以.
如果没加上, 我同样有你说的 warning, 但因为预设不当作 error, 所以可以通过编译.
由於我一般都不会去处理 warning, 为免混乱, 所以直接加上 -w, 把所有 warning 忽略.

如果是 arduino IDE, 我刚测试过 1.8.10 (刚下载, 应该是最新的了), 完全没问题, 应该是预设忽略了的.

n1001 发表于 2019-12-28 19:36

Super169 发表于 2019-12-28 15:14
你是用那个开发环境的?

我是用visual studio code 再加上 Platform IO 的, 只要在 platformio.ini 加 ...

Arduino IDE 1.8.10,WIN10
谢谢了:lol

n1001 发表于 2019-12-29 12:21

Super169 发表于 2019-12-28 15:14
你是用那个开发环境的?

我是用visual studio code 再加上 Platform IO 的, 只要在 platformio.ini 加 ...

哈哈成功了,非常感谢
我将D:\Program Files (x86)\Arduino\hardware\espressif\esp32的programmers.txt设置成
compiler.warning_flags=-w
compiler.warning_flags.none=-w
compiler.warning_flags.default=
compiler.warning_flags.more=
compiler.warning_flags.all=
就可以通过了:victory:
有不当之处还望指正
页: 1 [2]
查看完整版本: Blinker编译Demo错误