karlp@tera:~/src/stlink/example/blink$ arm-none-eabi-objdump -x built_laurencb/blink_f4_laurenceb.elf > odump.lau.f4 karlp@tera:~/src/stlink/example/blink$ arm-none-eabi-objdump -x built_karl/blink_F4.elf > odump.kjp.f4 karlp@tera:~/src/stlink/example/blink$ diff -u odump.* --- odump.kjp.f4 2011-11-04 19:38:05.426782804 +0000 +++ odump.lau.f4 2011-11-04 19:37:48.626782634 +0000 @@ -1,6 +1,6 @@ -built_karl/blink_F4.elf: file format elf32-littlearm -built_karl/blink_F4.elf +built_laurencb/blink_f4_laurenceb.elf: file format elf32-littlearm +built_laurencb/blink_f4_laurenceb.elf architecture: arm, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x20000000 @@ -26,15 +26,15 @@ CONTENTS, READONLY, DEBUGGING 6 .debug_frame 00000020 00000000 00000000 00008230 2**2 CONTENTS, READONLY, DEBUGGING - 7 .debug_str 0000007d 00000000 00000000 00008250 2**0 + 7 .debug_str 0000008c 00000000 00000000 00008250 2**0 CONTENTS, READONLY, DEBUGGING - 8 .debug_loc 00000010 00000000 00000000 000082cd 2**0 + 8 .debug_loc 00000010 00000000 00000000 000082dc 2**0 CONTENTS, READONLY, DEBUGGING - 9 .debug_pubtypes 0000001f 00000000 00000000 000082dd 2**0 + 9 .debug_pubtypes 0000001f 00000000 00000000 000082ec 2**0 CONTENTS, READONLY, DEBUGGING - 10 .debug_ranges 00000030 00000000 00000000 000082fc 2**0 + 10 .debug_ranges 00000030 00000000 00000000 0000830b 2**0 CONTENTS, READONLY, DEBUGGING - 11 .ARM.attributes 00000031 00000000 00000000 0000832c 2**0 + 11 .ARM.attributes 00000031 00000000 00000000 0000833b 2**0 CONTENTS, READONLY SYMBOL TABLE: 20000000 l d .text 00000000 .text karlp@tera:~/src/stlink/example/blink$