I'm not shure if this is a bug, but if not you could eventualy help me out

System is Win NT
I'm using Cygwin updated on 24.01.02
gcc 3.0.3 compiled as crosscompiler for ARM with newlib 1.9.0
makefile generatet by SourceNavigator 5.0 (I'have attached the makefile)
(See attached file: snMakefile)
I got the folowing message

--> D:/cygwin/usr/cyg-arm/bin/arm-elf-gcc -c
/d/Projects/first_try/./Hello.c
--> D:/cygwin/usr/cyg-arm/bin/arm-elf-gcc -c
/d/Projects/first_try/./display.c
--> 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
--> +++ End +++

I've also attached the -d output  (See attached file: build.out)

what is ment by <collect2: cannot find `ld'> ???

When I compile with standart gcc from cygwin everything workk fine

--> D:/cygwin/bin/gcc -c /d/Projects/first_try/./Hello.c
--> D:/cygwin/bin/gcc -c /d/Projects/first_try/./display.c
--> D:/cygwin/bin/gcc -o Standart.exe   Hello.o display.o
--> +++ End +++

Thanks for help

Nik





kind regards

Nikolai Fink
+41 61 715 6698

E+H Flowtec AG
Kägenstr. 7
CH-4153 Reinach

Attachment: =?iso-8859-1?Q?snMakefile?=
Description: Binary data

Attachment: =?iso-8859-1?Q?build.out?=
Description: Binary data

Reply via email to