From: David E. <de...@us...> - 2009-10-30 16:54:49
|
TC generates 32-bit GNU assembler (GAS). And you are trying to build it using a 64-bit compiler. I'm not familiar with 64-bit systems, so I can't help you. Carlucio Lopes wrote: > I am with problem below, somebody could help me? > > $gcc -v > Using built-in specs. > Target: x86_64-suse-linux > ... > gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) > > $as -V > GNU assembler version 2.19 (x86_64-suse-linux) using BFD version (GNU > Binutils; openSUSE 11.1) 2.19 > > $htcobol -V > TinyCOBOL - pre alpha 0.62.0 (linux-gnu 2009/10/29) > (C) 1991, 1993, 1999-2003 Rildo Pragana et. al. > > $htcobol -c -F -P af001.cob > af001.s: Assembler messages: > af001.s:10: Error: suffix or operands invalid for `push' > af001.s:17: Error: suffix or operands invalid for `push' > af001.s:18: Error: suffix or operands invalid for `push' > af001.s:20: Error: suffix or operands invalid for `push' > af001.s:28: Error: suffix or operands invalid for `push' > af001.s:30: Error: suffix or operands invalid for `push' > af001.s:32: Error: suffix or operands invalid for `push' > |