This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem using GNU Make


Hi all,

I would like to perform an application on mips platform. I loaded
Template TX39 minimal simulator.When I performed the GNU make utility,
I get the folowing error:

mips-tx39-elf-gcc -c -o basic1.o -g -Wall
-I/cygwin/work/mips_install/include -I
/usr/include -ffunction-sections -fdata-sections basic1.c
mips-tx39-elf-gcc -nostartfiles -L/cygwin/work/mips_install/lib  -Wl,--gc-sectio
ns -Wl,--Map -Wl,basic1.map -o basic1 basic1.o -Ttarget.ld -nostdlib
/tools/H-i686-pc-cygwin/bin/../lib/gcc/mips-tx39-elf/3.4.2/../../../../mips-tx39
-elf/bin/ld: cannot open linker script file target.ld: No such file or directory

collect2: ld returned 1 exit status
make: *** [basic1] Error 1


Can anybody tell me how to solve this problem?

Best regards
Evandro

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]