On Sat, 24 Mar 2001, Peng Zhao wrote:
> Hi,
>
> Enclosed file is the output of the command "sgicc -show -fb_create
> . -O0 main.c" The error is like this:
> main.o(.text+0xa2): undefined reference to `__profile_pu_init'
>
> Actually, when I run the above command on another MIPS 10000 2.7
> machine (IRIX 6.5), I found that cc generate nothing.
The above description is wrong, I have found the problem. I made a
mistake when use "-fb_create .", I didnot include the name of the
ammplication. Thus the profile information is stored in a file named with
" ..instr.<pid>", so I cannot see it with simple "ls" command.
> It seems the WN_Instrument can never be executed,
> because I cannot find the place the varialbe "Instrumentation_Enabled" is
> set to TRUE.
>
> Thank you very much.
> Peng
> --
> Peng Zhao pengzhao@xxxxxxxxxxxxxx
> http://www.cs.ualberta.ca/~pengzhao
> TEL (Lab): (780)492-3725 Lab: CSC251
>
>
Peng
--
Peng Zhao pengzhao@xxxxxxxxxxxxxx
http://www.cs.ualberta.ca/~pengzhao
TEL (Lab): (780)492-3725 Lab: CSC251
|