public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* Compiling sid in cygwin (eCos and SID on ARM PID)
@ 2002-10-22  6:32 Cathy Radix
  2002-10-22  6:47 ` Frank Ch. Eigler
  2002-10-22 13:37 ` Ben Elliston
  0 siblings, 2 replies; 3+ messages in thread
From: Cathy Radix @ 2002-10-22  6:32 UTC (permalink / raw)
  To: sid

[-- Attachment #1: Type: text/plain, Size: 2190 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 3311 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling sid in cygwin (eCos and SID on ARM PID)
  2002-10-22  6:32 Compiling sid in cygwin (eCos and SID on ARM PID) Cathy Radix
@ 2002-10-22  6:47 ` Frank Ch. Eigler
  2002-10-22 13:37 ` Ben Elliston
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Ch. Eigler @ 2002-10-22  6:47 UTC (permalink / raw)
  To: Cathy Radix; +Cc: cgen, sid

[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]

Hi -

On Tue, Oct 22, 2002 at 09:44:37AM -0400, Cathy Radix wrote:
> 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
> [...]
> /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>
> [...]

I guess cgen is behind the times - we normally use guile 1.3 or 1.4;
you may be the first one to try 1.6.  You could try installing an older
guile someplace off on the side, and put it into your $PATH for cgen
runs / sid builds.

Then again, the eCos/sid HOWTO mentions a cgen patch and a sid cgen
regeneration phase that is now unnecessary, since the arm7t patch is
included in the repository.  You should be able to skip right to
the "make all install" stage.


- FChE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling sid in cygwin (eCos and SID on ARM PID)
  2002-10-22  6:32 Compiling sid in cygwin (eCos and SID on ARM PID) Cathy Radix
  2002-10-22  6:47 ` Frank Ch. Eigler
@ 2002-10-22 13:37 ` Ben Elliston
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2002-10-22 13:37 UTC (permalink / raw)
  To: Cathy Radix; +Cc: sid

Hi Cathy,

>>>>> "Cathy" == Cathy Radix <radix_c@hotmail.com> writes:

  Cathy> I am presently trying to install SID following the HOWTO instructions
  Cathy> posted in the mailing list, but having trouble running "make cgen-all".

If you're just trying to build SID, there is no need to run CGEN.  SID
comes with pregenerated source files for the simulator guts that you
can just compile as usual.

Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-22 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-22  6:32 Compiling sid in cygwin (eCos and SID on ARM PID) Cathy Radix
2002-10-22  6:47 ` Frank Ch. Eigler
2002-10-22 13:37 ` Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).