We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c6b21 commit 50e66d8Copy full SHA for 50e66d8
.gitignore
@@ -62,3 +62,7 @@ uImage
62
.DS_Store
63
tools/gdb/__pycache__
64
/build
65
+hello.S
66
+Image
67
+init.S
68
+initrd
boards/risc-v/bl808/ox64/configs/nsh/defconfig
@@ -38,6 +38,8 @@ CONFIG_BOARD_LOOPSPERMSEC=116524
38
CONFIG_BUILD_KERNEL=y
39
CONFIG_DEBUG_ASSERTIONS=y
40
CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
41
+CONFIG_DEBUG_BINFMT=y
42
+CONFIG_DEBUG_BINFMT_ERROR=y
43
CONFIG_DEBUG_FEATURES=y
44
CONFIG_DEBUG_FULLOPT=y
45
CONFIG_DEBUG_SYMBOLS=y
0 commit comments