chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Error compiling chicken cygwin x86_64


From: Peter Sommerfeld
Subject: [Chicken-users] Error compiling chicken cygwin x86_64
Date: Tue, 2 Feb 2016 12:11:41 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

I've compiled chicken without any problems on cygwin x86 on a 32 bit notebook. The same fail swith cygwin 86_64:
----------------------------------------------
$ make PLATFORM=cygwin PREFIX=~/local VARDIR=~/
gcc -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -c apply-hack.x86.S -o apply-hack.x86.o
apply-hack.x86.S: Assembler messages:
apply-hack.x86.S:35: Error: operand type mismatch for `call'
rules.make:184: die Regel für Ziel „apply-hack.x86.o“ scheiterte
make: *** [apply-hack.x86.o] Fehler 1
--------------------------------------------------
Adding ARCH=x86_64:
-------------------------------------------------
$ make PLATFORM=cygwin PREFIX=~/local VARDIR=~/ ARCH=x86_64
make: *** Keine Regel vorhanden, um das Ziel „apply-hack.x86_64.S“,
benötigt von „apply-hack.x86_64.o“, zu erstellen.  Schluss.
--------------------------------------------------

Any help appreciated

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]