mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
Changed elf size reporting to base 16 so it is easier to see if the text section is relocated in the right place depending on the usage of luftboot or not.
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ lss: $(OBJDIR)/$(TARGET).lss
|
||||
sym: $(OBJDIR)/$(TARGET).sym
|
||||
|
||||
# Display size of file.
|
||||
ELFSIZE = $(SIZE) -A $(OBJDIR)/$(TARGET).elf
|
||||
ELFSIZE = $(SIZE) -A -x $(OBJDIR)/$(TARGET).elf
|
||||
sizebefore:
|
||||
@if [ -f $(OBJDIR)/$(TARGET).elf ]; then echo; echo "Previous size:"; $(ELFSIZE); fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user