[fpc-pascal]Running 32bit on 64bit suse

Marco van de Voort marcov at stack.nl
Wed Aug 4 23:28:09 CEST 2004


> I tried running the 32bit fpc on my opteron suse 9.1 64bit, which should
> be possible, but I get linking problems:
> 
> Free Pascal Compiler version 1.9.4 [2004/05/30] for i386
> Copyright (c) 1993-2004 by Florian Klaempfl
> Target OS: Linux for i386
> Compiling hello.pas
> Linking hello
> /usr/bin/ld: skipping incompatible
> /usr/local/lib/fpc/1.9.4/units/linux/rtl/prt0.o when searching for
> /usr/local/lib/fpc/1.9.4/units/linux/rtl/prt0.o
> /usr/bin/ld: cannot find
> /usr/local/lib/fpc/1.9.4/units/linux/rtl/prt0.o hello.pas(4,1) Error:
> Error while linking Closing script ppas.sh
> 
> I get the same error whether I run it 'normally' or do:
> linux32 fpc hello.pas
> 
> I also tried 1.0.10 in the same way and got;

Use 
 fpc -FD/path/to/32bitbinutils  <file>






More information about the fpc-pascal mailing list