[ECOS] Link Error for Hello
Lin Ming
lm1121@yeah.net
Mon May 6 19:02:00 GMT 2002
Hi,
When I use Makefile to make the hello.c, I got the following error messages.
===================================================================================
arm-elf-gcc -mcpu=arm7tdmi -c -o hello.o -g -Wall -Iecos-d/cygwin/usr/eb40/eb_install/include -ffunction-sections -fdata-sections hello.c
arm-elf-gcc -mcpu=arm7tdmi -nostartfiles -Lecos-d/cygwin/usr/eb40/eb_install/lib -Wl,--gc-sections -o hello hello.o -Ttarget.ld -nostdlib
/home/Administrator/install/arm-elf/bin/ld: cannot open linker script file target.ld: No such file or directory
collect2: ld returned 1 exit status
make: *** [hello] Error 1
==================================================================================
But the file "target.ld" is really in that directory. Can anyone tell me why?
Thanks!!
Best Regards,
Lin Ming
2002-05-07
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list