From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8107 invoked by alias); 5 Nov 2009 15:34:09 -0000 Received: (qmail 8094 invoked by uid 22791); 5 Nov 2009 15:34:08 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f178.google.com (HELO mail-px0-f178.google.com) (209.85.216.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Nov 2009 15:34:04 +0000 Received: by pxi8 with SMTP id 8so53634pxi.27 for ; Thu, 05 Nov 2009 07:34:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.248.6 with SMTP id v6mr310246wfh.348.1257435242898; Thu, 05 Nov 2009 07:34:02 -0800 (PST) In-Reply-To: <20091105152546.GB21665@redhat.com> References: <1257410818.2529.6.camel@hermans.wildebeest.org> <20091105152546.GB21665@redhat.com> Date: Thu, 05 Nov 2009 15:34:00 -0000 Message-ID: Subject: Re: Integer constant is too large for 'long' type From: naresh kamboju To: "Frank Ch. Eigler" Cc: Mark Wielaard , systemtap@sources.redhat.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q4/txt/msg00438.txt.bz2 Hi Frank, On Thu, Nov 5, 2009 at 8:55 PM, Frank Ch. Eigler wrote: > Hi - > > On Thu, Nov 05, 2009 at 08:26:26PM +0530, naresh kamboju wrote: >> [...] >> # stap -a arm -B CROSS_COMPILE=3D/usr/local/arm/cross/devel/bin/arm-dev- >> -p4 -vv -k -r 2.6.29.4-alp_nl-kzm-arm11-g2542246 -m five five.stp >> [...] >> Session arch: arm release: 2.6.29.4-kzm-arm11-g2542246 >> dump_unwindsyms kernel index=3D0 base=3D0x0 >> Found build-id in kernel, length 20, end at 0x24 >> [...] >> .build_id_bits =3D >> "\xd9\x1d\x7e\x1f\x5a\x79\xbc\xe0\x43\x34\x49\x69\x21\x59\x34\x1d\xbe\xe= 5\x8b\x33", >> .build_id_len =3D 20, >> .build_id_offset =3D 0xffffffff3fff8024, > > It seems as though the memory/section layout of the arm kernel is > rather different from what we've seen. ok. >=A0Can you send over some > "readelf {-S,-l,-n} ..../vmlinux" output? I am not clear about above line. could give me in a detail steps, so that i can share build/results logs. Best regards, Naresh Kamboju > > - FChE >