[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No subject
- Date: Sat, 09 Dec 2000 17:25:25 +0300
- From: alex_daniloff at mail.ru (alex daniloff)
- Subject: No subject
Could you help me. I can't tar my file to RTEMS project.
my Makefile
-------------------
tar cf $(ARCH)/tarfile ftp
$(LD) -r -o $(ARCH)/temp.o $(PFD)/init/init.o -b binary $(ARCH)/tarfile
Here I've got error:
ld: o-optimize/tarfile: compiled for a little endian system and target is a big endian
File is wrong format: failed to merge target specific data of file o-optimize/tarfile
-------------------
What should I correct?