Hello,
I'd like to do a cross-compile from Win32 to MS-DOS target. I have installed the FPC cross-compiler and updated the fpc.cfg file as recommended.
I can run "ppcross8086 -WmSmall something.lpr" and it compiles fine.
In Lazarus, I have set TargetOS=MSDOS, TargetCPU=i8086. However, I get an error "Util wlink.exe not found, switching to external linking". According to the release notes and the DOS-wiki-page, FPC has an internal linker not needing wlink.exe any more.
What am I doing wrong?