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

Reinier Olislagers reinierolislagers at gmail.com
Sun Oct 20 14:44:21 CEST 2013


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. Realized that after posting.
I lazily copied settings from an FPC/Laz debug build.

> make clean all OS_TARGET=msdos CPU_TARGET=i8086 OPT="-CX -XXs"
> CROSSOPT="-XP"
> 
> or
> 
> CROSSOPT="-XP -WmMedium"
> 
> for the medium memory model.

Thanks!



More information about the fpc-pascal mailing list