I am trying to build ardour2.8.11 from source on an i7 running Gentoo Linux 64bit, and I encountered these errors:
libs/pbd/fpu.cc: Assembler messages:
libs/pbd/fpu.cc:36: Error: suffix or operands invalid for push' libs/pbd/fpu.cc:38: Error: suffix or operands invalid formov’
libs/pbd/fpu.cc:39: Error: suffix or operands invalid for pop' libs/pbd/fpu.cc:36: Error: suffix or operands invalid forpush’
libs/pbd/fpu.cc:38: Error: suffix or operands invalid for mov' libs/pbd/fpu.cc:39: Error: suffix or operands invalid forpop’
scons: *** [libs/pbd/fpu.os] Error 1
scons: building terminated because of errors.
Has anyone encountered this? As I searched the net a bit, it seems like a 64bit assembler error!
@muadib: this means that your system does not correctly identify itself as 64 bit. we’ve run into this a few times in the past. what is the output of the following command: uname -a