Re: [fpc-pascal] Cross compiling from win32 to linux

2006-04-11 Thread Peter Vreman
> I try to crosscompile in win32 to linux with fpc 2.1.1. > I use the options: -Sd -B -Tlinux > > The compiler compiles all the sources without problem, but the linker > reports an errror: unrecognised emulation mode: elf_i386 > this is because fpc calls ld instead of i386-linux-ld > when i rename

[fpc-pascal] Cross compiling from win32 to linux

2006-04-11 Thread Adrian Veith
I try to crosscompile in win32 to linux with fpc 2.1.1. I use the options: -Sd -B -Tlinux The compiler compiles all the sources without problem, but the linker reports an errror: unrecognised emulation mode: elf_i386 this is because fpc calls ld instead of i386-linux-ld when i rename i386-linux