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.
我正在 NetBSD5.1 中为 ARM 编译 NetBSD 内核和用户空间
生成的库没有调试符号。是否有任何内核可用于启用用户态调试?
例如 libc.so.12 被剥离。我想要完整的调试符号
要使用调试符号进行构建,请将 -VMKDEBUG=yes 和 -VMKDEBUGLIB=yes 添加到您的 build.sh 命令行。
请参阅 share/mk/bsd.README 了解所有可用的构建标志。