Merge pull request #1448 from jordancarlin/installation-overhaul

Installation overhaul
This commit is contained in:
David Harris 2025-06-04 10:47:21 -07:00 committed by GitHub
commit fb0451e7ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1046 additions and 498 deletions

View file

@ -100,8 +100,10 @@ $(DISASSEMBLY_DIR)/%.objdump: $(IMAGE_DIR)/% | $(DISASSEMBLY_DIR)
$(WALLY)/bin/extractFunctionRadix.sh $@
# Disassemble binaries ending in .elf
# Add -D flag back to disassemble all sections (instead of just code sections)
# once objdump bug is fixed and the pinned version of the toolchain is updated.
$(DISASSEMBLY_DIR)/%.objdump: $(IMAGE_DIR)/%.elf | $(DISASSEMBLY_DIR)
riscv64-unknown-elf-objdump -SD $< >> $@
riscv64-unknown-elf-objdump -S $< >> $@
$(WALLY)/bin/extractFunctionRadix.sh $@
# Load wally buildroot configuration