kernprof
[Top] [All Lists]

Re: Hi....

To: 정찬성 <csjung@xxxxxxxxxxxxxx>, <kernprof@xxxxxxxxxxx>
Subject: Re: Hi....
From: "John Hawkes" <hawkes@xxxxxxxxxxxx>
Date: Wed, 11 Jul 2001 09:46:19 -0700
References: <003c01c109b8$1eb18f30$e79ab5d3@csjung>
Sender: owner-kernprof@xxxxxxxxxxx
I do believe this is due generally to gcc3.0 and linux 2.4.5, not specifically to kernprof.  gcc3.0 complains about declarations and usage that earlier compilers silently allowed.  Linux 2.4.5 needs patches for gcc3.0.
 
John Hawkes
 
----- Original Message -----
From: 정찬성
Sent: Tuesday, July 10, 2001 8:18 PM
Subject: Hi....

Hi...
I want to use wiith kernprof in linux
but when I compile, happen to error...
I'm compile with gcc3.0..
error message is follow....
Please, help me ...
Sincerely yours...
error message is
=======================================================================
timer.c:35: conflicting types for `xtime'
/usr/src/linux_csjung/include/linux/sched.h:542: previous declaration of `xtime'
gcc -D__KERNEL__ -I/usr/src/linux_csjung/include -Wall -Wstrict-prototypes -O2 -
fno-strict-aliasing -g -g -pg -pipe -mpreferred-stack-boundary=2 -march=i686
-c -o tdfx_context.o tdfx_context.c
make[2]: *** [timer.o] Error 1
make[2]: Leaving directory `/usr/src/linux_csjung/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux_csjung/kernel'
make: *** [_dir_kernel] Error 2
make: *** Waiting for unfinished jobs....
make -C ide
gcc -D__KERNEL__ -I/usr/src/linux_csjung/include -Wall -Wstrict-prototypes -O2 -
fno-strict-aliasing -g -g -pg -pipe -mpreferred-stack-boundary=2 -march=i686
-c -o swap.o swap.c
<Prev in Thread] Current Thread [Next in Thread>
  • Hi...., 정찬성
    • Re: Hi...., John Hawkes <=