Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Mark Morgan Lloyd
Sven Barth wrote: You're telling him that it's possible to build using ...CPU_TARGET=i386 OS_TARGET=linux but where do those come from? Without being told by a developer or without referring to fully updated documentation, how does somebody know to use "i386" rather than "x86", or whether it

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Sven Barth
Am 25.07.2013 15:12, schrieb Mark Morgan Lloyd: Sven Barth wrote: Am 25.07.2013 12:10, schrieb Mark Morgan Lloyd: Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I n

[fpc-devel] infodwarf using lots of CPU, due to missing error check / patch

2013-07-25 Thread Martin
In ParseCompilationUnit line 579 / trunk (form within last 7 days) extended_opcode_length := ReadULEB128(); for i := 0 to extended_opcode_length-2 do ReadNext(); I have a case where that goes wrong. the length is well over 1 million (obviously wrong) In t

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Mark Morgan Lloyd
Sven Barth wrote: Am 25.07.2013 12:10, schrieb Mark Morgan Lloyd: Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I now get the following message: How did you build

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Tomas Hajny
On Wed, July 24, 2013 16:36, Bernd Oppolzer wrote: Hello Bernd, . . > Free Pascal Compiler version 2.7.1 [2013/07/24] for i386 > Copyright (c) 1993-2013 by Florian Klaempfl an > When trying to build the RTL for OS/2 (running make in the os2 subdir of fpc/rtl), I get the following messages: > C

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Tomas Hajny
On Wed, July 24, 2013 16:36, Bernd Oppolzer wrote: Hello Bernd, . . > Free Pascal Compiler version 2.7.1 [2013/07/24] for i386 > Copyright (c) 1993-2013 by Florian Klaempfl an > When trying to build the RTL for OS/2 (running make in the os2 subdir of fpc/rtl), I get the following messages: > C

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Sven Barth
Am 25.07.2013 12:10, schrieb Mark Morgan Lloyd: Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I now get the following message: How did you build it? Building the RT

Re: [fpc-devel] Porting FPC to IBM zArch

2013-07-25 Thread Mark Morgan Lloyd
Sven Barth wrote: On 24.07.2013 16:36, Bernd Oppolzer wrote: Then I built the RTL for linux, which also worked successfully, as far as I saw, but when compiling with -Tlinux, I now get the following message: How did you build it? Building the RTL for Linux should be (assuming that your FPC so