Comment 1 for bug 1177682

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

Got

=================================================
/home/jenkins/workspace/percona-xtradb-cluster-5.6-debs/label_exp/ubuntu-lucid-32bit/target/Percona-XtraDB-Cluster-5.6.15/include/my_atomic.h: In function ‘int my_atomic_cas64(volatile int64*, int64*, int64)’:
/home/jenkins/workspace/percona-xtradb-cluster-5.6-debs/label_exp/ubuntu-lucid-32bit/target/Percona-XtraDB-Cluster-5.6.15/include/my_atomic.h:203: error: can't find a register in class ‘GENERAL_REGS’ while reloading ‘asm’
/home/jenkins/workspace/percona-xtradb-cluster-5.6-debs/label_exp/ubuntu-lucid-32bit/target/Percona-XtraDB-Cluster-5.6.15/include/my_atomic.h:203: error: ‘asm’ operand has impossible constraints

============================================================

with PXC build on ubuntu-lucid-32bit (so an old 32 bit gcc)

Using workaround of " -march=i686 " for now.