We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stringBufferCreate'
Arduino:1.8.5 (Windows 10), 开发板:"Arduino/Genuino Uno"
C:\Users\kjl26\AppData\Local\Temp\ccMDpPzx.ltrans2.ltrans.o: In function `aJsonStream::parseString(aJsonObject*) [clone .constprop.22]':
sketch/aJSON.cpp:357: undefined reference to `stringBufferCreate'
sketch/aJSON.cpp:419: undefined reference to `stringBufferFree'
sketch/aJSON.cpp:409: undefined reference to `stringBufferAdd'
sketch/aJSON.cpp:424: undefined reference to `stringBufferToString'
collect2.exe: error: ld returned 1 exit status
exit status 1 为开发板 Arduino/Genuino Uno 编译时出错。
在文件 -> 首选项开启 “编译过程中显示详细输出”选项 这份报告会包含更多信息。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Arduino:1.8.5 (Windows 10), 开发板:"Arduino/Genuino Uno"
C:\Users\kjl26\AppData\Local\Temp\ccMDpPzx.ltrans2.ltrans.o: In function `aJsonStream::parseString(aJsonObject*) [clone .constprop.22]':
sketch/aJSON.cpp:357: undefined reference to `stringBufferCreate'
sketch/aJSON.cpp:419: undefined reference to `stringBufferFree'
sketch/aJSON.cpp:409: undefined reference to `stringBufferAdd'
sketch/aJSON.cpp:424: undefined reference to `stringBufferToString'
collect2.exe: error: ld returned 1 exit status
exit status 1
为开发板 Arduino/Genuino Uno 编译时出错。
在文件 -> 首选项开启
“编译过程中显示详细输出”选项
这份报告会包含更多信息。
The text was updated successfully, but these errors were encountered: