1. 程式人生 > >linux 開發板上的調試

linux 開發板上的調試

設置 limit pid gdb調試 roc ++ bsp class 編譯

1、需要命令 ulimit 進行設置core file size , 看 core file size。 cat /proc/pid/limits, 這個暫時不用

2、需要有gdb命令 , 需要gcc、g++編譯時加上 -g, 以支持gdb調試

3、

linux 開發板上的調試