Hi Diz, > I'm trying to get the symbol table out of an object > file. I built libbfd from binutils 2.16.1 (tried 2.15 > as well) using --enable-target=avr Err did you mean "--enable-target=avr-elf" ? > file = bfd_openr(f, "binary"); Why are you using "binary" here ? Shouldn't it be "avr-elf" ? Cheers Nick