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] | |
Hija,
is there some special (possibly working) branch for the MIPS port?
A (cross-)compilation of current HEAD fails in so many ways it's not
even funny:
- The include paths are set incorrectly (probably a "mips/mips.h"
somewhere so it is looking locally in a build where srcdir != objdir)
so it cannot find the config in mips/mips.h
- After fixing the include problem (by creating a link) it trips of
several inclusions of mips.h because it is not guarded by the
#ifndef/#define idiom.
- The it stops because I'm compiling with gcc-3.2.3 which supports
poisoning and the port is not ported to langhooks.
- After disabling the poisoning it stops because g_switch_value and
g_switch_set are incorrectly redefined in mips/mips.h
- After fixing that it trips over:
../../gcc/gcc/config/mips/mips.md:5806: unknown mode `TF'
../../gcc/gcc/config/mips/mips.md:5806: following context is `2
"register_operand" "=&f"))]'
At this point I stopped because the chance of getting this to work seems
to be near nil.
--
Servus,
Daniel
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |