|
Message
From: Felix Bertram <fbertram@g...>
Date: Tue, 28 Oct 2003 17:45:45 +0100
Subject: [openrisc] or32 tools on MinGW
Hello everybody,
did somebody manage to compile the or32 compiler on Windows/ MinGW?
If so, would you mind to share your build script with me?
In particular, I am seeing the following probems here:
- need 'disable-nls' to avoid some compiler problems
- linker problems in gcc/collect2.c: pipe/ kill/ fork unresolved
I have the following build system installed:
- MinGW-3.1.0-1
- MSYS-1.0.9
- msysDTK-1.0.1
- bison-1.875.0-2003.02.10-1
- flex-2.5.4a (from source)
Am I missing something obvious here?
I found thousands of links on Google of people having problems building
a cross-compiling gcc on MinGW. This is the essence I found:
* After running configure, edit gcc/Makefile manually as follows:
- change COLLECT2 line to 'COLLECT2= '
- change STMP_FIXINC line to 'STMP_FIXINC = '
Is this sufficient? Are there any better ways? Is there a patch
existing for the or32 compilers?
Any comments highly appreciated,
best regards
Felix
|
 |