Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我将库和二进制文件发送到设备时,使用哪个库(条纹/非条纹)?以及如何在 ubuntu(bash shell) 中将环境变量设置为永久?
您的意思是“剥离”,而不是“剥离”。剥离意味着删除调试所需的额外信息,例如告诉调试器变量和内部函数所在位置的符号表。因此,如果您使用剥离的共享库并尝试使用 gdb 对其进行调试,如果您检查属于库函数的堆栈帧,您将不会获得太多有用的信息。
要使环境变量永久化,请将其放入您.profile的终端会话和.xinitrcGUI 会话中。
.profile
.xinitrc