|
From: Aditya N. <adi...@gm...> - 2011-10-02 06:43:27
|
I tried to build the reduce.img for the embedded reduce using the following:
cd csl/embedded
./reduce -w -z -Dno_init_file ../cslbase/buildreduce.lsp -D@srcdir=../cslbase
\ -o reduce.img
The result is that it builds a file that's only 278k big. And exactly the
same happens on both MacOS X and Linux:
Any ideas will be appreciated. Thanks!
-- Message --
"**** **** REDUCE FULLY REBUILD **** ****";
% At this stage I have a complete workable REDUCE. If built using a
% basic CSL (I call it "bootstrapreduce" here) nothing has been compiled
into C
% (everything is bytecoded), and it is big because it has retained all
% Lisp source code in the image file. If however I built using a version
% of CSL ("reduce") that did have things compiled into C then these will
% be exploited and the original Lisp source will be omitted from the
% image, leaving a production version.
bye;
+++ error: 99 "End-of-file read"
Leaving REDUCE ...
nil
|