Skip to content

Commit 50e66d8

Browse files
committed
Enable Binary Loader errors
1 parent e0c6b21 commit 50e66d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ uImage
6262
.DS_Store
6363
tools/gdb/__pycache__
6464
/build
65+
hello.S
66+
Image
67+
init.S
68+
initrd

boards/risc-v/bl808/ox64/configs/nsh/defconfig

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ CONFIG_BOARD_LOOPSPERMSEC=116524
3838
CONFIG_BUILD_KERNEL=y
3939
CONFIG_DEBUG_ASSERTIONS=y
4040
CONFIG_DEBUG_ASSERTIONS_EXPRESSION=y
41+
CONFIG_DEBUG_BINFMT=y
42+
CONFIG_DEBUG_BINFMT_ERROR=y
4143
CONFIG_DEBUG_FEATURES=y
4244
CONFIG_DEBUG_FULLOPT=y
4345
CONFIG_DEBUG_SYMBOLS=y

0 commit comments

Comments
 (0)