public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: "Niels Christiansen" <nchr@us.ibm.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] What's taking all the system time..?
Date: Wed, 30 Jan 2002 06:26:31 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590698805952@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590698805950@msgid-missing>

> You can grab the source (18kB) here:
>
> http://www.idesign.fl.net.au/why_systime/why_systime.tar.gz
>
> just 'make' (be sure 'gcc' and 'g++' point to a recent enough
> version of gcc/g++ - preferably 3.0 or later) and then run 'a.out'.

I tried using gcc 3.0.2 on a RedHat 7.2 4-way with 2.4.16 kernel
but got errors as shown below.  I have a profiling tool (currently
internal use only) which I intended to use but I need the make to
succeed first...

You say you run on an SMP.  How many processors?

... Niels

-------------------------------------------------------------------

[nchris@tollway why_systime]$ make
gcc -c mt19937b-int.c
g++ Graph.cpp bench.cpp mt19937b-int.o
In file included from BlockTree.cpp:17,
                 from Graph.h:7,
                 from Graph.cpp:2:
BlockTree.h:121:8: warning: extra tokens at end of #endif directive
/tmp/ccC11dFe.s: Assembler messages:
/tmp/ccC11dFe.s:15538: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI4Edge4DCSOE10AddNewPageEv#)'
/tmp/ccC11dFe.s:15539: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI4Edge4DCSOE10RemovePageEPNS_17ResourceCachePageE#)'
/tmp/ccC11dFe.s:15548: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI6Vertex4DCSOE10AddNewPageEv#)'
/tmp/ccC11dFe.s:15549: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI6Vertex4DCSOE10RemovePageEPNS_17ResourceCachePageE#)'
/tmp/ccC11dFe.s:15558: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic11MemoryCacheI4DCSOE10AddNewPageEv#)'
/tmp/ccC11dFe.s:15559: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic11MemoryCacheI4DCSOE10RemovePageEPNS_17ResourceCachePageE#)'
In file included from BlockTree.cpp:17,
                 from Graph.h:7,
                 from bench.cpp:3:
BlockTree.h:121:8: warning: extra tokens at end of #endif directive
/tmp/ccC11dFe.s: Assembler messages:
/tmp/ccC11dFe.s:3233: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI4Edge4DCSOE10AddNewPageEv#)'
/tmp/ccC11dFe.s:3234: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI4Edge4DCSOE10RemovePageEPNS_17ResourceCachePageE#)'
/tmp/ccC11dFe.s:3243: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI6Vertex4DCSOE10AddNewPageEv#)'
/tmp/ccC11dFe.s:3244: Error: Unknown opcode `data16.ua @iplt
(_ZN5basic13ResourceCacheI6Vertex4DCSOE10RemovePageEPNS_17ResourceCachePageE#)'
make: *** [default] Error 1
[nchris@tollway why_systime]$. gcc -v
Reading specs from /usr/lib/gcc-lib/ia64-unknown-linux/3.0.2/specs
Configured with: /usr/src/gcc-3.0.2/configure --prefix /usr --mandir
/usr/share/man
Thread model: single
gcc version 3.0.2
[nchris@tollway why_systime]$ g++ -v
Reading specs from /usr/lib/gcc-lib/ia64-unknown-linux/3.0.2/specs
Configured with: /usr/src/gcc-3.0.2/configure --prefix /usr --mandir
/usr/share/man
Thread model: single
gcc version 3.0.2
[nchris@tollway why_systime]$



  parent reply	other threads:[~2002-01-30  6:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-30  5:48 [Linux-ia64] What's taking all the system time..? Duraid Madina
2002-01-30  6:21 ` Stephane Eranian
2002-01-30  6:26 ` Niels Christiansen [this message]
2002-01-30  6:44 ` duraid
2002-01-30  6:46 ` duraid
2002-01-30  6:54 ` Stephane Eranian
2002-01-30  6:58 ` Niels Christiansen
2002-01-30  7:02 ` Niels Christiansen
2002-01-30  7:27 ` Niels Christiansen
2002-01-30  9:36 ` duraid
2002-01-30 10:04 ` [Linux-ia64] What's taking all the system time..? The unaligned accesses are! Duraid Madina
2002-01-30 17:43 ` [Linux-ia64] What's taking all the system time..? Boehm, Hans
2002-01-30 17:49 ` Grant Grundler
2002-01-30 18:04 ` Niels Christiansen
2002-01-30 21:57 ` Jim Wilson
2002-02-01 21:28 ` David Mosberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ia64-105590698805952@msgid-missing \
    --to=nchr@us.ibm.com \
    --cc=linux-ia64@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox