This is the mail archive of the gcc-help@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]

Regarding building GCC/glibc for MIPS targets


Hi,

?? I'm trying to build GCC 3.2.3 (x86->mips) and LIBC
2.3.2 for various MIPS targets. I need the tool chain
for MIPS little-endian/big-endian mips1/mips3 ISA. I
was successful in building the mips-xxx-linux-gnu
target. The tool chain works fine for big-endian
mips32 target. But for little endian target, it is
failing as the correct library (endian) was not built.
Here are my questions.

1. How to build the tools chain for various target
combinations ?

2. Is it possible to just build one compiler (instead
f mipsel-xx, mipseb-xxx etc) and a set of libraries to
do the job ? If yes, do I need to use multilib option
? If so, how to use it ? I tried with the following
option, but only the big-endian target got built.

MULTILIB_OPTIONS = msoft-float/msingle-float EL/EB
mips1/mips3
MULTILIB_DIRNAMES = soft-float single el eb mips1
mips3

?? Please advice.

TIA,
Saravana

________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony


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