mirror of
https://github.com/avem-labs/Avem.git
synced 2023-09-01 15:18:49 +08:00
[refactor]:(objdump) Merge Pull Requets from but0n/dev
This commit is contained in:
commit
649aead7b9
2
Makefile
2
Makefile
@ -43,7 +43,7 @@ tshow:
|
||||
flash:
|
||||
stm32flash -w $(TOP)/main.bin -v -g 0 /dev/tty.SLAB_USBtoUART
|
||||
dump:
|
||||
arm-none-eabi-objdump -D main.elf > DUMP.s
|
||||
$(OBJDUMP) -D main.elf > DUMP.s
|
||||
open DUMP.s
|
||||
tty: flash
|
||||
screen /dev/tty.SLAB_USBtoUART 115200
|
||||
|
@ -48,6 +48,7 @@ TC=arm-none-eabi
|
||||
CC=$(TC)-gcc
|
||||
LD=$(TC)-ld -v
|
||||
OBJCOPY=$(TC)-objcopy
|
||||
OBJDUMP=$(TC)-objdump
|
||||
AR=$(TC)-ar
|
||||
GDB=$(TC)-gdb
|
||||
INCLUDE=-I$(TOP)/inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user