Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
C++_cpp
C++ 中使用string 死机
发布于 2022-11-22 15:58:28 浏览:997
订阅该版
[tocm] rtthread中使用 `string` 赋值报错 ```c #include
#include
extern "C" int app_main(void) { printf("\033[1;35m%s[%d] %s\n\033[m", __FUNCTION__, __LINE__, __FILE__); std::string strtest; printf("\033[1;35m%s[%d] %s\n\033[m", __FUNCTION__, __LINE__, __FILE__); strtest = "123"; printf("\033[1;35m%s[%d] %s\n\033[m", __FUNCTION__, __LINE__, __FILE__); } ``` ``` ## Starting application at 0x80000000 ... \ | / - RT - Thread Operating System / | \ 4.1.0 build Nov 22 2022 15:39:10 2006 - 2022 Copyright by RT-Thread team rt-thread entry app main app_main[75] applications/app_main.cpp app_main[77] applications/app_main.cpp undefined instruction: Execption: r00:0x8010ebb1 r01:0x8010eba0 r02:0xffffff04 r03:0x8010eba8 r04:0x8010eb98 r05:0x00000000 r06:0x00000003 r07:0x00000003 r08:0x8010eba0 r09:0x00000000 r10:0x8010eba0 fp :0x00000003 ip :0x01010101 sp :0x8010eb48 lr :0x800ba87f pc :0x80028b1c cpsr:0x80000033 thread pri status sp stack size max used left tick error -------- --- ------- ---------- ---------- ------ ---------- --- tshell 20 ready 0x00000048 0x00001000 01% 0x0000000a 000 sys work 23 ready 0x00000048 0x00000800 03% 0x0000000a 000 tidle0 31 ready 0x00000048 0x00000400 07% 0x00000020 000 main 10 running 0x000000e0 0x00000800 35% 0x00000007 000 shutdown... (0) assertion failed at function:rt_hw_cpu_shutdown, line number:74 ```
查看更多
4
个回答
默认排序
按发布时间排序
bernard
2022-11-22
这家伙很懒,什么也没写!
单步调试吧
sgeeood
认证专家
2022-11-23
这家伙很懒,什么也没写!
extern "c" ![screenshot_图片.png](https://oss-club.rt-thread.org/uploads/20221123/03e78db8584eabe5b79e33b630013f8d.png) 这个是C++的
月桂树GG_lwg
2022-11-23
这家伙很懒,什么也没写!
楼主你这个app_main()代码风格是C语言的,函数里面的这个是C++的std::string strtest;
roy_lxp
2022-12-09
这家伙很懒,什么也没写!
我也遇到了,不管单步调试怎么的,初始化string都失败。 ```c #include
#include
#include
#include
#include
int main(void) { string s; printf("hello rt-thread\n"); return 0; } ``` ![string.bmp](https://oss-club.rt-thread.org/uploads/20221209/e11faf1f97751c8e31de97ce38506226.bmp.webp) 报错 ``` Multiple errors reported. 1) Failed to execute MI command: -var-create - * &((()._M_local_buf)) Error message from debugger back end: -var-create: unable to create variable object 2) Failed to execute MI command: -data-evaluate-expression (()._M_local_buf) Error message from debugger back end: A syntax error in expression, near `)._M_local_buf)'. 3) Failed to execute MI command: -var-create - * &((()._M_local_buf)) Error message from debugger back end: -var-create: unable to create variable object 4) Unable to create variable object ```
撰写答案
登录
注册新账号
关注者
1
被浏览
997
关于作者
MJIK_9276
这家伙很懒,什么也没写!
提问
1
回答
0
被采纳
0
关注TA
发私信
相关问题
1
RT-STUDIO下加入TOUCHGFX?
2
有没有人在RTT上使用C++编程
3
nano c++ 报错如何处理
4
让成员函数能作为rt_device中的回调函数
5
成员函数作为回调函数
6
C++编译问题 undefined reference to `_exit'
7
开启C++功能后,rt_kprintf和单步调试功能无法使用
8
RT-Thread Studio C++ 异常处理 (与预期不一致)
9
C++继承Thread类报错怎么办?
10
STM32使用C++ 编译报错
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
RT-Thread项目助手v0.2.0 - 支持Env Windows
2
RttreadV5.10上,GD32F450Z RTC时间显示问题
3
rt-smart启动流程分析
4
EtherKit快速上手PROFINET
5
RTThread USB转串口无法接收数据
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
UART
WIZnet_W5500
ota在线升级
PWM
cubemx
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
MicroPython
C++_cpp
本月问答贡献
出出啊
1517
个答案
342
次被采纳
小小李sunny
1444
个答案
290
次被采纳
张世争
813
个答案
177
次被采纳
crystal266
547
个答案
161
次被采纳
whj467467222
1222
个答案
149
次被采纳
本月文章贡献
出出啊
1
篇文章
2
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
3
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部