Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Trouble compiling Qt with CodeSourcery 2011.09-50 external toolchain
@ 2012-07-17 14:36 Charles Krinke
  2012-07-17 14:43 ` Thomas Petazzoni
  2012-08-09 15:32 ` Luca Ceresoli
  0 siblings, 2 replies; 3+ messages in thread
From: Charles Krinke @ 2012-07-17 14:36 UTC (permalink / raw)
  To: buildroot

In trying to use the CodeSourcery 2011.09-50 external toolchain which
I downloaded and referenced externally, I get bolloxed up in Qt
compile with "output number X not directly addressable" and wonder if
someone could suggest a reason why?
-- 
Charles Krinke

../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In
destructor 'QVariantAnimationPrivate::~QVariantAnimationPrivate()':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In
function 'QInterpolatorVector* registeredInterpolators()':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:223:25:
error: output number 1 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:223:25:
warning: use of memory input without lvalue in asm operand 5 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In
constructor 'QVariantAnimationPrivate::QVariantAnimationPrivate()':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In member
function 'QList<T>::Node* QList<T>::detach_helper_grow(int, int) [with
T = QAbstractAnimation*]':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In member
function 'void QVariantAnimationPrivate::setCurrentValueForProgress(qreal)':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:164:25:
error: output number 1 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:164:25:
warning: use of memory input without lvalue in asm operand 5 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In member
function 'void QList<T>::detach_helper(int) [with T =
QAbstractAnimation*]':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In member
function 'void QVector<T>::realloc(int, int) [with T = QVariant
(*)(const void*, const void*, float)]':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In member
function 'void QVector<T>::realloc(int, int) [with T = QPair<float,
QVariant>]':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In member
function 'QVector<T>& QVector<T>::operator=(const QVector<T>&) [with T
= QPair<float, QVariant>]':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:145:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
make[2]: *** [.obj/release-shared-emb-arm/qvariantanimation.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h: In member
function 'void QList<T>::clear() [with T = QAbstractAnimation*]':
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
error: output number 2 not directly addressable
../../include/QtCore/../../src/corelib/arch/qatomic_armv6.h:127:35:
warning: use of memory input without lvalue in asm operand 4 is
deprecated
make[2]: *** [.obj/release-shared-emb-arm/qabstractanimation.o] Error 1
make[2]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/src/corelib'
make[1]: *** [sub-corelib-make_default-ordered] Error 2
make[1]: Leaving directory
`/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1'
make: *** [/home/ckrinke/buildroot-2012.05/output/build/qt-4.8.1/.stamp_built]
Error 2
ckrinke at hwa:~/buildroot-2012.05$

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-08-09 15:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-17 14:36 [Buildroot] Trouble compiling Qt with CodeSourcery 2011.09-50 external toolchain Charles Krinke
2012-07-17 14:43 ` Thomas Petazzoni
2012-08-09 15:32 ` Luca Ceresoli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox