Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Nikolay Nikolov
On 10/20/2013 08:12 PM, Nikolay Nikolov wrote: On 10/20/2013 06:31 PM, Reinier Olislagers wrote: However this: fpc -Pi8086 -TMSDOS d:\cop\t\test.pas gives Free Pascal Compiler version 2.7.1 [2013/10/20] for i8086 Copyright (c) 1993-2013 by Florian Klaempfl and others Target OS: MS-DOS 16-bit rea

Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Marco van de Voort
In our previous episode, Nikolay Nikolov said: > > PPU is compiled for another i8086 memory model > > Fatal: Can't find unit system used by test > > > > What else am I missing? > You have compiled the RTL for the medium memory model, but you're trying > to compile a program in the small memory mod

Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Nikolay Nikolov
On 10/20/2013 06:31 PM, Reinier Olislagers wrote: However this: fpc -Pi8086 -TMSDOS d:\cop\t\test.pas gives Free Pascal Compiler version 2.7.1 [2013/10/20] for i8086 Copyright (c) 1993-2013 by Florian Klaempfl and others Target OS: MS-DOS 16-bit real mode Compiling d:\cop\t\test.pas PPU Loading C

Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Reinier Olislagers
On 20/10/2013 18:22, Marco van de Voort wrote: > In our previous episode, Reinier Olislagers said: >> Trying to create dos cross compiler using FPC trunk x86 r25833, Windows >> >> NASM binaries etc from Marco's post [2] > > Afaik that snapshot also contains the batchfiles to make it. Yes, thanks,

Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Marco van de Voort
In our previous episode, Reinier Olislagers said: > Trying to create dos cross compiler using FPC trunk x86 r25833, Windows > > NASM binaries etc from Marco's post [2] Afaik that snapshot also contains the batchfiles to make it. ___ fpc-pascal maillist

Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Reinier Olislagers
On 20/10/2013 13:27, Nikolay Nikolov wrote: > On 10/20/2013 01:56 PM, Reinier Olislagers wrote: >> Trying to create dos cross compiler using FPC trunk x86 r25833, Windows >> >> NASM binaries etc from Marco's post [2] >> dir c:\Development\cross\bin\i8086-msdos >> .. >> 02/01/2013 11:06 7

Re: [fpc-pascal] docs on freepascal.org vs lazarus-ccr.sourceforge.net

2013-10-20 Thread Michal Wallace
On Sun, Oct 20, 2013 at 4:47 AM, Michael Van Canneyt wrote: > That the lazarus project generates their docs from the current trunk > version is unfortunate, especially since they actually use a released > version of the FPC compiler. > > FPC does not have the manpower to support multiple release

Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Reinier Olislagers
On 20/10/2013 13:27, Nikolay Nikolov wrote: > On 10/20/2013 01:56 PM, Reinier Olislagers wrote: > Why are you using > > OPT=-gw2 -gl > > I'm not sure these work at all. Debugging info for i8086 is not > implemented and when it is, I doubt it would be in dwarf format :) Argggh. Yes, of course. Re

Re: [fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Nikolay Nikolov
On 10/20/2013 01:56 PM, Reinier Olislagers wrote: Trying to create dos cross compiler using FPC trunk x86 r25833, Windows NASM binaries etc from Marco's post [2] dir c:\Development\cross\bin\i8086-msdos .. 02/01/2013 11:06 743,424 msdos-nasm.exe 25/05/2010 08:3633,792 msd

[fpc-pascal] Could use some help with DOS cross compile

2013-10-20 Thread Reinier Olislagers
Trying to create dos cross compiler using FPC trunk x86 r25833, Windows NASM binaries etc from Marco's post [2] dir c:\Development\cross\bin\i8086-msdos .. 02/01/2013 11:06 743,424 msdos-nasm.exe 25/05/2010 08:3633,792 msdos-wlib.exe 25/05/2010 08:5133,792 msdo

Re: [fpc-pascal] docs on freepascal.org vs lazarus-ccr.sourceforge.net

2013-10-20 Thread Michael Van Canneyt
On Sun, 20 Oct 2013, Michal Wallace wrote: So... The top google result for "free pascal TComponent" is:    http://www.freepascal.org/docs-html/rtl/classes/tcomponent.html This is 8 months old. The updated page doesn't show up in the results at all:     http://lazarus-ccr.sourceforge.net/do

Re: [fpc-pascal] docs on freepascal.org vs lazarus-ccr.sourceforge.net

2013-10-20 Thread Sven Barth
Am 20.10.2013 09:47 schrieb "Michal Wallace" : > > So... > > The top google result for "free pascal TComponent" is: > >http://www.freepascal.org/docs-html/rtl/classes/tcomponent.html > > This is 8 months old. The updated page doesn't show up in the results at all: > > http://lazarus-ccr.sou

[fpc-pascal] docs on freepascal.org vs lazarus-ccr.sourceforge.net

2013-10-20 Thread Michal Wallace
So... The top google result for "free pascal TComponent" is: http://www.freepascal.org/docs-html/rtl/classes/tcomponent.html This is 8 months old. The updated page doesn't show up in the results at all: http://lazarus-ccr.sourceforge.net/docs/rtl/classes/tcomponent.html I find this unfo