[cmucl-imp] 2011-04 snapshot cannot compile itself?
I'm trying to cross build the 2011-04 snapshot sources using the 2011-04 binary, with the command $ src/tools/cross-build-world.sh linux-x86/ cross-x86/src/tools/cross-scripts/cross-x86-x86.lisp This fails when loading worldbuild.lisp ; Error: Read error at 40380: ; "(vm:floating-point-modes/\))))" ; Reader error at 40385 on #<Stream for file "/var/tmp/build/cmucl-rhea/src/code/irrat.lisp">: ; Symbol "FLOATING-POINT-MODES" not found in the X86 package. ; Maybe I Should be doing something differently? --- Madhu
"Madhu" == Madhu <enometh@meer.net> writes:
Madhu> I'm trying to cross build the 2011-04 snapshot sources using the 2011-04 Madhu> binary, with the command Madhu> $ src/tools/cross-build-world.sh linux-x86/ cross-x86/src/tools/cross-scripts/cross-x86-x86.lisp Madhu> This fails when loading worldbuild.lisp Hmm. This is what I did, just now: src/tools/cross-build-world.sh -crl xtarget/ xcross/ src/tools/cross-scripts/cross-x86-x86.lisp cmulisp (where cmulisp is the 2011-04 snapshot build). If what you gave is the actual command line, then you're missing the xcross directory. Ray
* Raymond Toy <m1fwpmhjmh.fsf@gondor.local> Wrote on Wed, 13 Apr 2011 00:15:34 -0400: | | Madhu> $ src/tools/cross-build-world.sh linux-x86/ | Madhu> cross-x86/src/tools/cross-scripts/cross-x86-x86.lisp This | Madhu> fails when loading worldbuild.lisp | | Hmm. This is what I did, just now: | src/tools/cross-build-world.sh -crl xtarget/ xcross/ src/tools/cross-scripts/cross-x86-x86.lisp cmulisp | (where cmulisp is the 2011-04 snapshot build). | | If what you gave is the actual command line, then you're missing the | xcross directory. Yes that was the operator error I was suffering. Sorry. 2011-04 can compile itself just fine. --- Madhu
participants (2)
-
Madhu -
Raymond Toy