public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Mumit Khan <khan@NanoTech.Wisc.EDU>
To: Johan Ekberg <joek@enea.se>
Cc: crossgcc@sourceware.cygnus.com
Subject: Re: Problems building crossgcc for PowerPC under CygWin
Date: Thu, 11 Jan 2001 07:11:00 -0000	[thread overview]
Message-ID: <Pine.HPP.3.96.1010111090938.17593H-100000@hp2.xraylith.wisc.edu> (raw)
In-Reply-To: <5.0.2.1.0.20010111153930.00b6b0e0@freja>

On Thu, 11 Jan 2001, Johan Ekberg wrote:

> I'm trying to build gcc for PowerPC under CygWin. The build and installation
> works fine but when I try to build my program with my new compiler I get the
> following message. Can anyone explain this for me?
> 
>  > powerpc-unknown-elf-gcc -o test.o test.c
> Assembler messages:
>     for reading.open
> : No such file or directory
> 

I'd bet it's a text vs binary mount issue. Your specs file is probably
in DOS text format (\r\n line endings), but you're working in a binary
mount area. Either convert your specs file to use Unix style line endings
(\n) or make your mounts consistent.

Regards,
Mumit



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

WARNING: multiple messages have this Message-ID
From: Mumit Khan <khan@NanoTech.Wisc.EDU>
To: Johan Ekberg <joek@enea.se>
Cc: crossgcc@sourceware.cygnus.com
Subject: Re: Problems building crossgcc for PowerPC under CygWin
Date: Sun, 01 Apr 2001 00:00:00 -0000	[thread overview]
Message-ID: <Pine.HPP.3.96.1010111090938.17593H-100000@hp2.xraylith.wisc.edu> (raw)
Message-ID: <20010401000000.2_sCqTW26q4KFJd1cGtDaKK5TujnKGjJgOU5a0bJmaA@z> (raw)
In-Reply-To: <5.0.2.1.0.20010111153930.00b6b0e0@freja>

On Thu, 11 Jan 2001, Johan Ekberg wrote:

> I'm trying to build gcc for PowerPC under CygWin. The build and installation
> works fine but when I try to build my program with my new compiler I get the
> following message. Can anyone explain this for me?
> 
>  > powerpc-unknown-elf-gcc -o test.o test.c
> Assembler messages:
>     for reading.open
> : No such file or directory
> 

I'd bet it's a text vs binary mount issue. Your specs file is probably
in DOS text format (\r\n line endings), but you're working in a binary
mount area. Either convert your specs file to use Unix style line endings
(\n) or make your mounts consistent.

Regards,
Mumit



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com

  reply	other threads:[~2001-01-11  7:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-11  6:53 Johan Ekberg
2001-01-11  7:11 ` Mumit Khan [this message]
2001-04-01  0:00   ` Mumit Khan
2001-04-01  0:00 ` Johan Ekberg

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=Pine.HPP.3.96.1010111090938.17593H-100000@hp2.xraylith.wisc.edu \
    --to=khan@nanotech.wisc.edu \
    --cc=crossgcc@sourceware.cygnus.com \
    --cc=joek@enea.se \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).