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

Marco van de Voort marcov at stack.nl
Sun Oct 20 20:18:42 CEST 2013


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 model (which is the default, if 
> you don't specify -Wm). Try
> 
> fpc -Pi8086 -TMSDOS -WmMedium d:\cop\t\test.pas

His posted fpc.cfg should take care of that? 



More information about the fpc-pascal mailing list