Chameleon

Issue 354: Can not build for almost 2 months now

Reported by Rampage Dev, Oct 13, 2013

In file included from cpu.c:8:
./cpu.h:181:8: error: invalid operand for instruction
                                                 "inb   
$0x61,%0"
                                                 ^
<inline asm>:1:2: note: instantiated into assembly here
        inb     $0x61,%cl
        ^
1 error generated.
make[3]: *** [/Users/Andrew/trunk/obj/i386/libsaio/cpu.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Needs to be fixed.

Comment 1 by ErmaC , Oct 13, 2013

Looking into source, some are bugs in Chameleon ok... but some 
others are bugs in the compiler!!!. So, use the 4.x command line 
tools.

Fabio

Comment 2 by zenith432, Oct 14, 2013

See issue #351, there's a patch attached for building with Xcode 5.

Comment 3 by ErmaC , Oct 16, 2013

THX.

Done.
rev 2266
Status: Fixed

Created: 10 years 6 months ago by Rampage Dev

Updated: 10 years 6 months ago

Status: Fixed

Followed by: 2 persons

Labels:
Priority:Medium
Type:Defect