第一次结合一些我已经在另一台机器上编写和编译的 C++ 代码尝试 DDD。当我使用代码运行 DD 时,出现此错误:
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
terminate called after throwing an instance of 'std::runtime_error'
what(): User configuration file not found
Program received signal SIGABRT, Aborted.
0x00007ffff6f84428 in __GT_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 (gdb)
不知道该怎么想,因为我在 RPi 上构建并运行了代码。非常感激任何的帮助!