mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
make/disassembly: generate disassembly file
Create the nuttx.asm in the disassembly format using the objdump program. NOTE: '>', objdump doesn't take arguments for output file, but result is printed to standard out, and is redirected. Signed-off-by: fanjiangang <fanjiangang@lixiang.com> Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -410,6 +410,12 @@ config RAW_BINARY
|
||||
different loaders using the GNU objcopy program. This option
|
||||
should not be selected if you are not using the GNU toolchain.
|
||||
|
||||
config RAW_DISASSEMBLY
|
||||
bool "Create a disassembly file"
|
||||
default n
|
||||
---help---
|
||||
Create the nuttx.asm in the disassembly format using the objdump program.
|
||||
|
||||
menuconfig UBOOT_UIMAGE
|
||||
bool "U-Boot uImage"
|
||||
select RAW_BINARY
|
||||
|
||||
Reference in New Issue
Block a user