[dtn-users] DTN2 compilation problems on Arch Linux Raspberry Pi

Nik Ansell <nikansell00@gmail.com> Sun, 29 November 2015 12:55 UTC

Return-Path: <nikansell00@gmail.com>
X-Original-To: dtn-users@ietfa.amsl.com
Delivered-To: dtn-users@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1C7081ACDB6 for <dtn-users@ietfa.amsl.com>; Sun, 29 Nov 2015 04:55:52 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.15
X-Spam-Level:
X-Spam-Status: No, score=0.15 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FXgsDn9Nz0US for <dtn-users@ietfa.amsl.com>; Sun, 29 Nov 2015 04:55:51 -0800 (PST)
Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 15F9A1ACDB4 for <dtn-users@irtf.org>; Sun, 29 Nov 2015 04:55:51 -0800 (PST)
Received: by ioc74 with SMTP id 74so147875094ioc.2 for <dtn-users@irtf.org>; Sun, 29 Nov 2015 04:55:50 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=kLqS2kb8ztZPGJ7YVtjIqUY3SvKCTeANnRnqOn8kVn0=; b=faB3WGtuJfpq41LTZ6Nezwf33dO+GpYGXP6rW/70VKVsUnLSu2vxQ/T8raLYGedjpv 59sO6IWczTRymU+XE7UGIUIGmnAleGLZXWYRzgWRQ58r/HxwWCiPEPFfQ68lmTDy6W4S 5lI/hhcuIatuj2PetxVrPoaUb6hTp8mpo7+fcfpQ68vcQa0DaFVu7YDfftcZKELH3FNS PRlp8AgDruMAeqQXMnxqJeE5Ds66cFG+eelmyESCdpJc38mwZwLp9SRjj2Jkmhpc/7lI CugsC+WgX0fvP3B3TcUnPVTmHUZFBJhRCpgbfPJ794D57znDTv/SqzIk4NeMxr6fSL+F Ybug==
MIME-Version: 1.0
X-Received: by 10.107.158.10 with SMTP id h10mr54080216ioe.63.1448801750330; Sun, 29 Nov 2015 04:55:50 -0800 (PST)
Received: by 10.107.201.143 with HTTP; Sun, 29 Nov 2015 04:55:50 -0800 (PST)
Date: Sun, 29 Nov 2015 16:55:50 +0400
Message-ID: <CAKLzrV_yS_JE1B5BWOAxY9hck2ZDUcQ__NQ-NofV8sWLGsPyAA@mail.gmail.com>
From: Nik Ansell <nikansell00@gmail.com>
To: dtn-users@irtf.org
Content-Type: multipart/alternative; boundary="001a11407968adb5c50525ad716b"
Archived-At: <http://mailarchive.ietf.org/arch/msg/dtn-users/v0P1NfiVt8LO27kqGUAMtU4iaAE>
Subject: [dtn-users] DTN2 compilation problems on Arch Linux Raspberry Pi
X-BeenThere: dtn-users@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: nikansell00@gmail.com
List-Id: "The Delay-Tolerant Networking Research Group \(DTNRG\) - Users." <dtn-users.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/dtn-users>, <mailto:dtn-users-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dtn-users/>
List-Post: <mailto:dtn-users@irtf.org>
List-Help: <mailto:dtn-users-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/dtn-users>, <mailto:dtn-users-request@irtf.org?subject=subscribe>
X-List-Received-Date: Sun, 29 Nov 2015 12:55:52 -0000

Hi,

I am conducting a research project to compare the energy consumption and
delivery profiles of ION, DTN2 and IBR-DTN.

Having successfully setup ION, I am now trying to compile oasys on Arch
Linux using a Raspberry Pi 2 B.
I have run build_configure.sh, which seemed to run OK after I installed
autoconf and applied the tclv8.6 fix.

However, when I run ./configure it fails as follows:
checking for the version of the GNU C compiler... 5.2
checking for the version of the GNU C++ compiler... 5.2
error: unsupported compiler version 5.2

Does anyone know if this is a simple fix?
Can I edit a file somewhere to look for 5.2?

Any help would be really appreciated, thanks!

Kind Regards,
Nik