X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E93F9385DC00
Authentication-Results: sourceware.org;
 dmarc=none (p=none dis=none) header.from=benjammin.net
Authentication-Results: sourceware.org;
 spf=pass smtp.mailfrom=bkamen@benjammin.net
Subject: Re: Using ARM GNU GCC with Cygwin
To: cygwin@cygwin.com
References: <a63033db-7f0f-cf87-3de9-f544f4aa320b@benjammin.net>
 <1bcf7bb8-33c1-075a-59e3-7396a50cb769@cs.umass.edu>
From: Ben <bkamen@benjammin.net>
Message-ID: <4984601f-7fe3-c1b3-c1e9-bc3e0cf8b248@benjammin.net>
Date: Sat, 4 Apr 2020 13:15:25 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.5.0
MIME-Version: 1.0
In-Reply-To: <1bcf7bb8-33c1-075a-59e3-7396a50cb769@cs.umass.edu>
Content-Language: en-US
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <http://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces@cygwin.com
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 034IFtX9005924

On 4/4/20 5:23 AM, Eliot Moss wrote:
> On 4/4/2020 5:00 AM, Ben wrote:
>
> > I've been playing with ARM GNU GCC and some examples from nordic semiconductor for some of their
> > demo boards (The Thingy)
>
> Sounds as if that is a Windows program, not a Cygwin or Linux program.
>
> > The make file that comes with the project includes source files using the (abspath ../main.c) (as
> > one example) which GCC really seems to hate.
>
> > The output from GCC is the full path (/home/bkamen/workspace-nordic/.....) right down to the file
> > and gcc tells me it can't find the file.
>
> If your gcc is a Windows gcc then it wants a Windows path.
>
> > if I change the mail file to use a relative path, gcc can find that... but ultimately I'm trying to
> > understand the issue than just patch around it.
>
> This goes along with my theory.
>
> > I'm using the arm-gcc from the developer.arm.com website.
> >
> > Is there something else I'm missing? What files can I offer (like the makefile) that can help
> > determine the issue?
>
> You can fix the Makefile to pass Windows paths.  The cygpath tool and make's
> $(shell ...) command might be useful.
>
> But I also wonder if maybe the mingw environment is more suited to this work,
> or finding a Windows version of make.

Yea, that's what I figured.

I thought I would try it and see how it worked out -- and it was so close... that I figured it'd be worth asking if anyone had worked with doing something similar.

Cheers,

  -Ben
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

