[cfe-dev] compiler-rt build broken

JP jpbonn-keyword-cfedev.957c48 at corniceresearch.com
Tue Dec 13 15:27:12 PST 2011


I just went to build compiler-rt and it's got problems:

/home/me/Documents/mico32/llvm/projects/compiler-rt/lib/asan/sysinfo/sysinfo.cc:324:27: 
error:
       conversion specifies type 'unsigned long long *' but the argument 
has type
       'uint64 *' (aka 'unsigned long *') [-Werror,-Wformat]
     if (sscanf(stext_, "%"SCNx64"-%"SCNx64" %4s %"SCNx64" %x:%x 
%"SCNd64" %n",
                         ~~^
/home/me/Documents/mico32/llvm/projects/compiler-rt/lib/asan/sysinfo/basictypes.h:80:19: 
note:
       expanded from macro 'SCNx64'
#define SCNx64 "llx"
                   ^
/home/me/Documents/mico32/llvm/projects/compiler-rt/lib/asan/sysinfo/sysinfo.cc:324:37: 
error:
       conversion specifies type 'unsigned long long *' but the argument 
has type
       'uint64 *' (aka 'unsigned long *') [-Werror,-Wformat]
     if (sscanf(stext_, "%"SCNx64"-%"SCNx64" %4s %"SCNx64" %x:%x 
%"SCNd64" %n",


.... and so forth.



More information about the cfe-dev mailing list