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]

Compilation failed for mips cross-compilation.


Hi,

I have download gcc-3.3.tar.gz & gcc-3.2.3.tar.gz and run the following
commands on it:

1,   tar xzf  gcc-3.3.tar.gz
2,   mkdir build-gcc
3,   cd build-gcc;

../gcc-3.3/configure --prefix=/opt/std-mips --target=mips --program-prefix=m
ips-
4,   make

But it is failed with the following error message:
xgcc: installation problem, cannot exec 'mips-tfile' : No such file or
directory

I have try these command on gcc-3.2.3.tar.gz also, but the same error is
encountered.
Am I make mistake here?  Please help me.

THANK YOU VERY MUCH!

Charles  June 4th.


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