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 # > [...] 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