mirror of
https://github.com/zeldaret/botw
synced 2026-09-07 03:00:06 -04:00
Bundle aarch64-none-elf-objdump 2.33 from Arm to simplify setup
Ubuntu 18.04's objdump is too old (2.30) devkitA64's objdump is also too old (2.32) and doesn't support --source-comment
This commit is contained in:
@@ -5,4 +5,4 @@ def apply(config, args):
|
||||
config['baseimg'] = 'data/main.elf'
|
||||
config['myimg'] = 'build/uking'
|
||||
config['source_directories'] = ['src']
|
||||
config['objdump_executable'] = 'aarch64-linux-gnu-objdump'
|
||||
config['objdump_executable'] = 'tools/aarch64-none-elf-objdump'
|
||||
|
||||
Reference in New Issue
Block a user