From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2057 invoked by alias); 21 Aug 2013 18:35:14 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 2039 invoked by uid 89); 21 Aug 2013 18:35:13 -0000 X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_05,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.2 Received: from mail-bk0-f43.google.com (HELO mail-bk0-f43.google.com) (209.85.214.43) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 21 Aug 2013 18:35:13 +0000 Received: by mail-bk0-f43.google.com with SMTP id mz13so320298bkb.16 for ; Wed, 21 Aug 2013 11:35:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:mime-version:thread-index:date:message-id :subject:to:content-type; bh=6uNLKeNuwdE44O4sh6wnyhTstx9W59fs5nzZgpvUUy0=; b=dWFhHmFSNK4yi8tJun3nSQCM7euth6S1u8avjQmOEppguJ4xDHQpHbND70hqMsXXKg EOKZr9uQk+IVh32U6aez6/gOd9iC883l6Enrd6zGAIOug4ApOV87Iis/jwKne0Al0tmT yrRK6GemyOHQ+QFEWUiUmA79/VSZQ569TzA6IjPWOT9eS5k06wHwiYxQpOHdJE7Lhiny HBi+AfkrTGdU1jb5oAEm23yYEDzkjnXGor+VOIiOCevVUkrJP87VkeQ9KQf8RjVXHTsX klx9wmHrWRSQhwQTFyRyvwJQiJHPX95xtvyZSGOZm/6w8irp1QNK8edMNRrVXeOCCWVR 0xDw== X-Gm-Message-State: ALoCoQmHZ2qroCuYcaZ56jCFKa2zOSsqySmtpWa7csLfEZN4oTmr4IhCEM4kNm5wWw5yYv2oG2df8XXch5LV0HFYYgUVD9g3g/XVgIrR3Tzt7IsI5ifsXITloQ6dCfPzEDJzjNRXKWUk X-Received: by 10.204.69.12 with SMTP id x12mr6699876bki.14.1377110110992; Wed, 21 Aug 2013 11:35:10 -0700 (PDT) From: Stephen Finney MIME-Version: 1.0 Date: Wed, 21 Aug 2013 18:35:00 -0000 Message-ID: <1956b42e6f6524c70396571ab97bad4f@mail.gmail.com> To: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [ECOS] missing libmpfr1 in cygwin 64 bit installation X-SW-Source: 2013-08/txt/msg00004.txt.bz2 My latest computer is Windows 7 64 bit. I installed 64 bit cygwin so that I can continue developing my ecos project. The "Installing Cygwin for use with eCos" page specifically says to select libmpfr1 (and others). But the 64 bit cygwin installer only has libmpfr4. I selected that package and continued with the installation. After installing the arm-eabi cross compiler, I find that it will not run. At a cygwin prompt, I typed "/op/ecos/gnutools/arm-eabi/bin/arm-eabi-gcc -version" and got nothing back before a new prompt. It seems that libmpfr1 is required for the eCos toolchains to run. Can anyone tell me how to fix this problem? Thank you, Stephen Finney -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss