[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug ???
From: |
Paul D. Smith |
Subject: |
Re: bug ??? |
Date: |
Fri, 25 Jan 2002 11:26:02 -0500 |
%% address@hidden writes:
nf> I'm not shure if this is a bug, but if not you could eventualy
nf> help me out
--> D:/cygwin/usr/cyg-arm/bin/arm-elf-gcc -o Output.exe Hello.o display.o
--> collect2: cannot find `ld'
--> make: *** [Output.exe] Error 1
nf> what is ment by <collect2: cannot find `ld'> ???
It means that your compiler is not correctly installed; ld is the
linker.
This is not a problem with make, it's a problem with your compiler
(cygwin) so you should ask on a mailing list or newsgroup related to the
Cygwin port of GCC.
Good luck!
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- bug ???, Nikolai . Fink, 2002/01/25
- Re: bug ???,
Paul D. Smith <=