This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN 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: Next Step


>>>>> "Shehryar" == Shehryar Humayun <shehryarhumayunkhan@yahoo.com> writes:

  Shehryar> root/src/tmp> make stamp-m32r
  Shehryar> Making all in doc
  Shehryar> make[1]:Entering directory '/root/src/tmp/doc'
  Shehryar> make[1]:Nothing to be done for 'all'
  Shehryar> make[1]:Leaving directory '/root/src/tmp/doc'
  Shehryar> make[1]:Entering directory '/root/src/tmp'
  Shehryar> rm -f stamp-cgen
  Shehryar> echo timestamp > stamp-cgen
  Shehryar> make[1]:Leaving directory '/root/src/tmp'

  Shehryar> BTW, the Makefile generated by configure does not
  Shehryar> contain 'stamp-m32r' as a target. Nor does this target

You're right.  The CGEN Makefile does not contain a `stamp-m32r'
target.  src/opcodes/Makefile.am, does though.  Check out the GNU
binutils source code, configure it for m32r-elf and then:

	make -C <build>/opcodes stamp-m32r

  Shehryar> exist in the cgen source directory makefile. In fact,
  Shehryar> this target is present in binutils/opcodes/Makefile.in

Precisely!

Regards, Ben


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