[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: newlib installation problem on cygwin (assembler error msg: read i
From: |
Satish Kumar |
Subject: |
RE: newlib installation problem on cygwin (assembler error msg: read ing.open : No such file) |
Date: |
Fri, 13 Sep 2002 05:10:23 +0530 |
well, i was able to solve this problem..and this was done as follows.
go the gcc-lib of the installed directory under the lib directory..
then in to the arm-elf/2.95.2/ edit the specs file present in this
folder, delete additional empty lines at the end of the file..and
convert the file using dos2unix command.
later continue with the newlib make command..this works fine now.
satish
-----Original Message-----
From: Nick Clifton
To: address@hidden
Cc: address@hidden
Sent: 9/12/02 4:24 PM
Subject: Re: newlib installation problem on cygwin (assembler error msg:
read ing.open : No such file)
Hi Satish,
> I m trying to install ARM development tools for eCos on Cygwin.
> i m using the following ARM tool versions:
> binutils-2.10.1.tar.gz
> gcc-2.95.2.tar.gz
> newlib-1.10.tar.gz
> insight-5.2.tar.gz.
These are quite old versions. Binutils for example is now at version
2.13. I would recommend updating to this version.
> *** This configuration is not supported in the following
subdirectories:
> target-libgloss
This is nothing to worry about. The ARM port does not use libgloss.
> Assembler messages:
> for reading.open
> : No such file or directory
This is a strange error message. If upgrading to the latest version
of binutils does not fix the problem, trying going into the stdlib
directory and running make there. You should then be able to capture
the entire gcc command line and rerun it, adding the -v switch. This
will show the command line being used to invoke GAS, and you can
check this to see if anything looks suspicious.
Cheers
Nick
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- RE: newlib installation problem on cygwin (assembler error msg: read ing.open : No such file),
Satish Kumar <=