This is the mail archive of the sid@sources.redhat.com mailing list for the SID 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]

Compiling sid in cygwin (eCos and SID on ARM PID)


Hi,
 
I am presently trying to install SID following the HOWTO instructions
posted in the mailing list, but having trouble running "make cgen-all".
(see output below).
It says that "symbol-bound" has been deprecated.
I am running Guile 1.6.0 and make 3.79.1
 
Has anyone seen this before?
 
Cathy Radix
 
$ make cgen-all
for subdir in  arm7t m32r xstormy16; do \
        (cd $subdir && make "TOP_CXXFLAGS=" cgen-all); \
done
make[1]: Entering directory `/src/sid-cvs/build/sid/component/cgen-cpu/arm7t'
/bin/sh ../CGEN.sh cpu-decode /src/sid-cvs/src/sid/component/cgen-cpu/arm7t /src
/sid-cvs/src/sid/component/cgen-cpu/arm7t/../../../../cgen "-v" \
arm "" arm "arm,thumb" arm7tdmi arm "arm-" "desc.h"
`symbol-bound?' is deprecated. Use hashtables instead.
ERROR: Wrong number of arguments to #<primitive-procedure eval>
make[1]: *** [cgen-arm] Error 2
make[1]: Leaving directory `/src/sid-cvs/build/sid/component/cgen-cpu/arm7t'
make[1]: Entering directory `/src/sid-cvs/build/sid/component/cgen-cpu/m32r'
/bin/sh ../CGEN.sh cpu-decode /src/sid-cvs/src/sid/component/cgen-cpu/m32r /src/
sid-cvs/src/sid/component/cgen-cpu/m32r/../../../../cgen "-v" \
m32r "with-scache" m32rbf m32r m32r m32rbf "m32r-" \
"desc.h cpu.h decode.h decode.cxx semantics.cxx write.cxx defs.h"
`symbol-bound?' is deprecated. Use hashtables instead.
ERROR: Wrong number of arguments to #<primitive-procedure eval>
make[1]: *** [cgen-m32r] Error 2
make[1]: Leaving directory `/src/sid-cvs/build/sid/component/cgen-cpu/m32r'
make[1]: Entering directory `/src/sid-cvs/build/sid/component/cgen-cpu/xstormy16
'
/bin/sh ../CGEN.sh cpu-decode /src/sid-cvs/src/sid/component/cgen-cpu/xstormy16
/src/sid-cvs/src/sid/component/cgen-cpu/xstormy16/../../../../cgen "-v" \
xstormy16 "with-scache" xstormy16 xstormy16 xstormy16 xstormy16 "xstormy16-" \
"desc.h cpu.h defs.h decode.h decode.cxx write.cxx semantics.cxx"
`symbol-bound?' is deprecated. Use hashtables instead.
ERROR: Wrong number of arguments to #<primitive-procedure eval>
make[1]: *** [cgen-xstormy16] Error 2
make[1]: Leaving directory `/src/sid-cvs/build/sid/component/cgen-cpu/xstormy16'
 
make: *** [cgen-all] Error 2

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