This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: profiler like error


Hi Bill:

  I have met this before. It's caused by Makefile rule problem

  You can try this:

  Add the following line at gprof/Makefile.in

  %.o:%.m

 before:

 800 .m.c:
 801         awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \


 Latest binutils seems have fixed this problem
---
Regards,
Jiong

On 08/09/2011 08:15 AM, Bill Cunningham wrote:
>      What is the matter here with this error? I am trying to complie 2.17
> with 2.13.
>
>
> cc: installation problem, cannot exec `cc1obj': No such file or directory
> make[4]: *** [flat_bl.o] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-gprof] Error 2
> make: *** [all] Error 2
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]