摘要:
gdb 调试任何程序都提示 “Program received signal SIGTRAP, Trace/breakpoint trap.” (gdb) handle SIGTRAP nostop pass SIGTRAP is used by the debugger.Are you sure 阅读全文
摘要:
1、ARCH CROSS_COMPILE设置为默认值 # set default to nothing for native buildsifeq ($(HOSTARCH),$(ARCH))CROSS_COMPILE ?=endif 添加直接修改为使用的编译器: ARCH = arm CROSS_C 阅读全文