Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 5 Jun 2011 12:16:35 -0400
From: Kurt H Maier <karmaflux@...il.com>
To: musl@...ts.openwall.com
Subject: build failure with pcc 1.0.0 on x86_64

git revision c74d306f47e9f212a63dc0187fb08aa275a8f1a5

$ cat config.mak
ARCH = x86_64
prefix = /home/kurt/ch/buildroot
exec_prefix = /home/kurt/ch/buildroot


$ make CC=/usr/local/bin/pcc
...
/usr/local/bin/pcc -Os -nostdinc -ffreestanding -std=c99
-D_XOPEN_SOURCE=700 -pipe -I./include -I./src/internal -I./arch/x86_64
-c -o src/dirent/__getdents.o src/dirent/__getdents.c
src/dirent/__getdents.c, line 8: compiler error: unsupported xasm constraint r11
make: *** [src/dirent/__getdents.o] Error 1



Is there something I'm doing wrong?  Or is this an actual bug?

Thanks
--
# Kurt H Maier

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.