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


Hi,
I have tried make stamp-m32r after running configure
with target=m32r and here is the output:

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

BTW, the Makefile generated by configure does not
contain 'stamp-m32r' as a target. Nor does this target
exist in the cgen source directory makefile. In fact,
this target is present in binutils/opcodes/Makefile.in
What is it that I am doing wrong?
Regards

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
--- Ben Elliston <bje@redhat.com> wrote:
> Try this instead:
> 
> 	# cd to build directory
> 	~/root/src/opcodes/configure --target=m32r
> 	make stamp-m32r
> 
> (stamp-m32r is a special target that runs CGEN for
> you).
 

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com


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