为什么我的飞控程序编译错误 大神快来指点我-Arduino中文社区 - Powered by Discuz! Archiver

CFwanku 发表于 2015-12-22 12:30

为什么我的飞控程序编译错误 大神快来指点我

本帖最后由 CFwanku 于 2015-12-22 12:43 编辑

Arduino:1.6.7 (Windows 7), 开发板:"Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"

FMultiWii\Serial.ino: In function 'void setup()':

Serial:694: error: 'SerialOpen' was not declared in this scope

F:MultiWii\Sensors.ino: In function 'void initSensors()':

Sensors:1716: error: 'Baro_init' was not declared in this scope

Sensors:1717: error: 'Mag_init' was not declared in this scope

exit status 1
'SerialOpen' was not declared in this scope

报告将会包含更多的信息
"在编译时,输出详细信息"
在 文件>首选项 中启用


爱学习的木木 发表于 2016-3-11 20:50

我也遇到同样的问题
:L

天天吃砒霜 发表于 2016-5-17 10:32

这个是新版IDE,如果是自己写的话应该不会有错,换到1.03版本试试

twoonw 发表于 2016-7-4 22:15

换回1.0.3的版本就好了,我就是这样解决的。

LLLLLL 发表于 2016-8-27 12:42

twoonw 发表于 2016-7-4 22:15
换回1.0.3的版本就好了,我就是这样解决的。

请问arduino1.0.3在哪下?谢谢

bjkmz007 发表于 2017-1-30 20:54

LLLLLL 发表于 2016-8-27 12:42
请问arduino1.0.3在哪下?谢谢

https://www.arduino.cc/en/Main/OldSoftwareReleases

5legolas 发表于 2017-9-13 17:54

换成1.0.3之后又出现conf was not declared in this scope怎么办啊

5legolas 发表于 2017-9-13 21:31

不换IDE的话能解决不
页: [1]
查看完整版本: 为什么我的飞控程序编译错误 大神快来指点我