This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems while compiling SystemC on a Ubuntu 64bits


Hi,

I'm experiencing a problem while compiling SystemC 2.2.0 on a Ubuntu Linux 64-bits machine.
It seems that it is a problem related to the 64-bits Ubuntu version.


May I ask you whether there is a solution to this problem?
Error log is below.

Thanks for your kind answer.
Mauro ;-)

mauro@mauro-laptop:~/SystemC/systemc-2.2.0$ make
Making all in src
make[1]: Entering directory `/home/mauro/SystemC/systemc-2.2.0/src'
Making all in sysc
make[2]: Entering directory `/home/mauro/SystemC/systemc-2.2.0/src/sysc'
Making all in kernel
make[3]: Entering directory `/home/mauro/SystemC/systemc-2.2.0/src/sysc/kernel'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/mauro/SystemC/systemc-2.2.0/src/sysc/kernel'
Making all in qt
make[3]: Entering directory `/home/mauro/SystemC/systemc-2.2.0/src/sysc/qt'
as -o qtmds.o qtmds.s -I. -I. -I. -I../../../src
qtmds.s: Assembler messages:
qtmds.s:69: Error: suffix or operands invalid for `push'
qtmds.s:70: Error: suffix or operands invalid for `push'
qtmds.s:71: Error: suffix or operands invalid for `push'
qtmds.s:72: Error: suffix or operands invalid for `push'
qtmds.s:77: Error: suffix or operands invalid for `push'
qtmds.s:78: Error: suffix or operands invalid for `push'
qtmds.s:79: Error: suffix or operands invalid for `push'
qtmds.s:81: Error: suffix or operands invalid for `call'
qtmds.s:84: Error: suffix or operands invalid for `pop'
qtmds.s:85: Error: suffix or operands invalid for `pop'
qtmds.s:86: Error: suffix or operands invalid for `pop'
qtmds.s:87: Error: suffix or operands invalid for `pop'
qtmds.s:98: Error: suffix or operands invalid for `push'
qtmds.s:99: Error: suffix or operands invalid for `call'
qtmds.s:100: Error: suffix or operands invalid for `pop'
qtmds.s:102: Error: suffix or operands invalid for `call'
qtmds.s:104: Error: suffix or operands invalid for `push'
qtmds.s:105: Error: suffix or operands invalid for `push'
qtmds.s:106: Error: suffix or operands invalid for `call'
make[3]: *** [qtmds.o] Error 1
make[3]: Leaving directory `/home/mauro/SystemC/systemc-2.2.0/src/sysc/qt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mauro/SystemC/systemc-2.2.0/src/sysc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mauro/SystemC/systemc-2.2.0/src'
make: *** [all-recursive] Error 1



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]