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: Running CGEN


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

  Shehryar> Thanks for the reply. One more thing: should binutils
  Shehryar> be configured and installed on the system as well to
  Shehryar> regenerate, for example, opcodes files in the

You don't need to install the cross-binutils, just build it in the
same build tree as the rest of the tools:

	build
	+- opcodes
	+- binutils
	+- gas

It is no longer necessary to configure and build CGEN in this way, as
it is a tool that can be run entirely from the source tree (using the
helper Makefile targets in opcodes/Makefile, for example).

  Shehryar> stamp-TARGET". If so, should binutils source tree be
  Shehryar> configured with "./configure --target=TARGET" before
  Shehryar> running "make ..."?

Yes.

Ben


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