[ltp] Re: tpctl 1.0
Thomas Hood
linux-thinkpad@www.bm-soft.com
Thu, 26 Oct 2000 20:06:27 -0700 (PDT)
Remove the '*' from the line
lcall *farpxSmapiBios
in drivers/smapi_call.s so that it reads:
lcall farpxSmapiBios
(Explanation: the assembler in RedHat Linux 6.2 doesn't accept
the '*', which I added to one line in smapi_call.s to get rid
of a warning from as 2.9.5 .)
The latest tpctl tarball includes this fix.
Thomas
> I get this error at compilation:
>
> [root@valis tpctl_1.0]# make all
> make[1]: Entering directory `/tmp/tpctl_1.0/drivers'
> gcc -I/usr/src/linux/include -I../include -Wall -Wcast-align
> -Wstrict-prototypes -DLINUX -O -DMODULE -D__KERNEL__ -o smapi_call.o -c
> smapi_call.s
> smapi_call.s: Assembler messages:
> smapi_call.s:50: Error: suffix or operands invalid for `lcall'
> make[1]: *** [smapi_call.o] Error 1
> make[1]: Leaving directory `/tmp/tpctl_1.0/drivers'
> make: *** [compile] Error 1
> [root@valis tpctl_1.0]#
>
> Do you know the source of it ?
>
> Best regards,
> Dan
_______________________________________________________
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html
----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html