ch only support the Thumb
instruction set, the PIC32MM only supports the micromips instruction
set (and not mips32).
I wonder if you can add all the possible combinations to the multilib
list for the mips*-elf target, just like the arm-*-eabi target.
Thank you very much.
If yes how do i build the whole gcc without glibc. I have binutils for
the target already installed.
I only need c and c++ languages. I doing it for vr4131 (mips-elf) target.
The mips-elf target uses (usually) newlib as its target C library. And
there is that '--with-newlib'
option
without glibc. I have binutils for
the target already installed.
I only need c and c++ languages. I doing it for vr4131 (mips-elf) target.
Regards
Nik