This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Error building for mips variant


Hi,
I am changing gcc for a mips variant. I added my
target in configure.in, config.sub and gcc/config.gcc
with appropriate entries.
In gcc/config.gcc, I added a line like

mytarget-*-elf)
     tm_file="mips/elf.h"
     tmake_file=mips/t-elf
    ;;

basically i want something like mytarget-unknown-elf
to build by using default mips thing.
but it throwing an error

xgcc:installation problem, cannotexec 'mips-tfile':No
such file or directory.

What could be the probable reason for this? I have
mips-tfile.c in gcc/ directory.

Please help

Regards
Rama
     

________________________________________________________________________
Yahoo! India Mobile: Download the latest polyphonic ringtones.
Go to http://in.mobile.yahoo.com


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