I fixed typo in spinlock.h but I still have erros, can anybody help me :
/lib/modules/2.6.9-34.ELsmp/build
make -C /lib/modules/2.6.9-34.ELsmp/build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory /usr/src/kernels/2.6.9-34.EL-smp-x86_64' CC [M] /usr/src/zaptel/zaptel.o {standard input}: Assembler messages: {standard input}:16372: Error: suffix or operands invalid for
mov’
{standard input}:16373: Error: suffix or operands invalid for mov' {standard input}:16864: Error: suffix or operands invalid for
mov’
{standard input}:16865: Error: suffix or operands invalid for mov' {standard input}:17421: Error: suffix or operands invalid for
mov’
{standard input}:17422: Error: suffix or operands invalid for mov' {standard input}:17910: Error: suffix or operands invalid for
mov’
{standard input}:17911: Error: suffix or operands invalid for mov' /usr/src/zaptel/zaptel.c:187: warning: 'fcstab' defined but not used make[2]: *** [/usr/src/zaptel/zaptel.o] Error 1 make[1]: *** [_module_/usr/src/zaptel] Error 2 make[1]: Leaving directory
/usr/src/kernels/2.6.9-34.EL-smp-x86_64’
make: *** [linux26] Error 2
skeagy
2
I’ve built a variety of Asterisk machines from tarballs, and today is first time trying to do it on x86_64 architecture (CentOS 4.4).
I’m getting the same types of errors when compiling zaptel-1.2.12
<snip>
/lib/modules/2.6.9-42.ELsmp/build
make -C /lib/modules/2.6.9-42.ELsmp/build SUBDIRS=/usr/src/zaptel-1.2.12 modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-42.EL-smp-x86_64'
CC [M] /usr/src/zaptel-1.2.12/zaptel.o
{standard input}: Assembler messages:
{standard input}:16281: Error: suffix or operands invalid for `mov'
{standard input}:16282: Error: suffix or operands invalid for `mov'
{standard input}:16773: Error: suffix or operands invalid for `mov'
{standard input}:16774: Error: suffix or operands invalid for `mov'
{standard input}:17321: Error: suffix or operands invalid for `mov'
{standard input}:17322: Error: suffix or operands invalid for `mov'
{standard input}:17810: Error: suffix or operands invalid for `mov'
{standard input}:17811: Error: suffix or operands invalid for `mov'
/usr/src/zaptel-1.2.12/zaptel.c:188: warning: 'fcstab' defined but not used
make[2]: *** [/usr/src/zaptel-1.2.12/zaptel.o] Error 1
make[1]: *** [_module_/usr/src/zaptel-1.2.12] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.9-42.EL-smp-x86_64'
make: *** [linux26] Error 2
please post any responses over on this thread instead:
forums.digium.com/viewtopic.php?p=39689#39689