Re: speedtouch.c will not compile
From: Tim McCoy (tmccoy_at_hotPOP.com)
Date: 12/07/04
- Previous message: DEMAINE Benoit-Pierre: "Student looking for re-readers for his thesis ( it deals with embedded system, USB, Linux, microcontrolers, firmwares ... )"
- In reply to: Emyr Tomos: "speedtouch.c will not compile"
- Next in thread: Moe Trin: "Re: speedtouch.c will not compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 08 Dec 2004 08:29:06 +1100
On Tue, 07 Dec 2004 01:21:30 +0000, Emyr Tomos wrote:
> am trying to get speedbundle installed under redhat 9.0 (kernel 2.4.20)
> when I run make it bombs out in kernel_module complaining about implicit
> definition of a bunch of functions - one of which is sprintf-(something
> or other) and another is panic-(something or other)
> Apologies for the lack of detail - I have minimal resources here and had
> to boot xp to get connected.
> Any ideas? I am no c programmer ...
> (or a more appropriate group if I'm in the wrong place ...)
>
> regards
> em
Is this a kernel module your trying to compile? If so, do you have either
the kernel headers or full source tree installed for your matching kernel
version? If it's really crying over an "sprintf" function, then it's
either a library issue (linking problem against the headers) or some very
poor programming.
If you can print, or write files back to your XP drives (i.e. a mountable
FAT32 drive), then run the make command with
make > /tmp/make.txt
cp /tmp/make.txt /windows_mount_point/where/you/want/it
Then post that error message...
Cheers
Tim
-- "Linux... because rebooting is for adding new hardware!" http://home.swiftdsl.com.au/~tmccoy MSN: timsy_01@hotmail.com ICQ: 160341067
- Previous message: DEMAINE Benoit-Pierre: "Student looking for re-readers for his thesis ( it deals with embedded system, USB, Linux, microcontrolers, firmwares ... )"
- In reply to: Emyr Tomos: "speedtouch.c will not compile"
- Next in thread: Moe Trin: "Re: speedtouch.c will not compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|