%% [EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>          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-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make
  • bug ??? Nikolai . Fink
    • Paul D. Smith

Reply via email to