QDebug() output number 2 not directly addressable
Mobile and Embedded
1
Posts
1
Posters
1.9k
Views
1
Watching
-
I'm try build my application with toolchain angrstom and qt creator with qt 4.8.0. All works but i can't use QDebug() because i receive this error
@
../../../include/QtCore/qatomic_armv6.h: In function 'QDebug qDebug()':
../../../include/QtCore/qatomic_armv6.h:127: error: output number 2 not directly addressable
../../../include/QtCore/qatomic_armv6.h:127: warning: use of memory input without lvalue in asm operand 4 is deprecated
@Any idea?