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? 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to