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: Problem in opcodes for ARM


Hi,
Here is the complete output I get when I run
       make opcodes ARCH=arm 
in my build directory, after configuring it for arm
+++++++++++++++++++++++++++++++++++++++++++++++++++++
>make opcodes ARCH=arm
rm -f tmp-opc.h tmp-itab.c
	rm -f tmp-asm.in tmp-dis.in tmp-ibld.h tmp-ibld.in
`if test -f ../guile/libguile/guile ; then echo
../guile/libguile/guile; else echo guile ; fi' -s
/root/src/cgen-1.0/cgen/cgen-opc.scm \ 
	-s /root/src/cgen-1.0/cgen \
	-v \
	-f " opinst" \
	-m all -a arm \
	-O tmp-opc.h -P tmp-opc.c -Q tmp-opinst.c \
	-B tmp-ibld.h -L tmp-ibld.in \
	-A tmp-asm.in -D tmp-dis.in
Skipping slib/sort, already loaded.
Skipping slib/random, already loaded.
cgen -s /root/src/cgen-1.0/cgen/cgen-opc.scm -s
/root/src/cgen-1.0/cgen -v -f " opinst" -m all -a arm
-O tmp-opc.h -P tmp-opc.c -Q tmp-opinst.c -B
tmp-ibld.h -L tmp-ibld.in -A tmp-asm.in -D tmp-dis.in
Setting option 'opinst' to "".
Loading cpu discription
/root/src/cgen-1.0/cgen/cpu/arm.cpu
Including simplify.inc
Including arm7.cpu
Including thumb.cpu
Analyzing Instruction Set
Done Analysis
Generating arm-opc.h
Generating arm-opc.c
Generating arm-opcinst.c
Generating arm-ibld.h
Generating arm-ibld.in
ERROR: missing operands: "(sra () WI (sub WI
value 2))"
No backtrace available
make: *** [opcodes] Error 1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

BTW, (sra () WI (sub WI value 2)) exists on line 87 in
arm7.cpu file in the cgen/cpu directory. 

--- Doug Evans <dje@transmeta.com> wrote:
> fwiw. don't edit your sessions and only send what
> appears to be
> the highlights.  Send the _entire_ session. 
>Seriously.

I just try to keep the mail size to the minimum. 

Regards

Shehryar

__________________________________________________
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]