Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocaml build fails with "no such instruction" #3329

Closed
vicuna opened this issue Dec 2, 2004 · 1 comment
Closed

ocaml build fails with "no such instruction" #3329

vicuna opened this issue Dec 2, 2004 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 2, 2004

Original bug ID: 3329
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

I just grabbed a copy of O'Caml and tried to build it, and the build
failed like this:

make[1]: Leaving directory
/home/tleonard/bin/ocaml-3.08.2/otherlibs/str' make[1]: Entering directory /home/tleonard/bin/ocaml-3.08.2/otherlibs/num'
cc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64
-D_REENTRANT -fPIC -DBNG_ARCH_ia32 -DBNG_ASM_LEVEL=2 -c -o bng.o bng.c
/tmp/ccVOhAqZ.s: Assembler messages:
/tmp/ccVOhAqZ.s:281: Error: no such instruction: paddq %mm1,%mm0' /tmp/ccVOhAqZ.s:282: Error: no such instruction: paddq %mm2,%mm0'
/tmp/ccVOhAqZ.s:338: Error: no such instruction: psubq %mm0,%mm1' /tmp/ccVOhAqZ.s:339: Error: no such instruction: psubq %mm2,%mm1'
/tmp/ccVOhAqZ.s:398: Error: no such instruction: paddq %mm1,%mm0' /tmp/ccVOhAqZ.s:399: Error: no such instruction: paddq %mm2,%mm0'
/tmp/ccVOhAqZ.s:486: Error: no such instruction: paddq %mm6,%mm1' /tmp/ccVOhAqZ.s:488: Error: no such instruction: psubq %mm2,%mm1'
/tmp/ccVOhAqZ.s:489: Error: no such instruction: paddq %mm1,%mm0' make[1]: *** [bng.o] Error 1 make[1]: Leaving directory /home/tleonard/bin/ocaml-3.08.2/otherlibs/num'
make: *** [otherlibraries] Error 2
~/bin/ocaml-3.08.2>

Can you offer any suggestions about what I could do to fix the problem,
or even to diagnose it? I don't think I did anything unusual in the
build: "./configure -prefix /home/tleonard" and "make world". I don't
think there's anything unusual about the system I'm running it on: a
recent Red Hat Linux on a modern ia32 box. I've tried both gcc 3.2 and
cc, and got the same failure.

Thanks.
Tim Leonard

@vicuna
Copy link
Author

vicuna commented Jan 31, 2005

Comment author: administrator

see #3330
fixed DD+XL 2005-01-31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant