On Tue, 23 May 2006 14:03:22 +0530, "Mayuresh Chitale" <mchitale@xxxxxxxxx> wrote: > I am trying to cross compile oprofile for mips. I get an error: > > configure: error: bfd library not found when configuring. As shown in the error message, you need libbfd to compile oprofile. The libbfd is provided by binutils (or some other tools). While you need objdump to run oprofile (see opcontrol script), you must have MIPS native binutils anyway. --- Atsushi Nemoto