Hi,
Maybe Chris forgot the magic "get GCC to work on Win98" patch. :-) I
think all versions of Cygwin suffer from this problem. I reported it to
the Cygwin people once, but I didn't have time to follow through and get
it fixed. Maybe I should, since a year later the problem remains.
Regards,
Steve
Matthias Weingart wrote:
On Tue, Jul 27, 2004 at 06:43:11PM +0400, Dmitry wrote:
On Tuesday 27 July 2004 10:12, Matthias Weingart wrote:
2998: 0d 4e mov r14, r13 ;
299a: 0b 43 clr r11 ; <- should be
R12?? 299c: 1e 42 9a 02 mov &0x029a,r14 ;0x029a ->a 29a0:
1f 42 9c 02 mov &0x029c,r15 ;0x029c ->a 29a4: 0f de
bis r14, r15 ;
1. You're using a slightly outdated version of gcc, cause
'clr r11' followed by 'clr r12'
Oh fine, this is already fixed, sorry to bother you with this.
Unfortunately the latest win32 version don't work here;
cc1: Segmentation fault
I have already checked for multiple and tried older cygwin1.dll's,
any other ideas?
It works under XP in the same path (c:\mspgcc), so probably
I need a new OS ;-(.
Matthias