Discussion:
[fpc-pascal] Compiling 32 bit software on Debian Linux 64 bit
Rainer Stratmann
2018-10-30 11:25:04 UTC
Permalink
How is it possible to compile a 32 bit program on a 64 bit Debian Linux?

When I select i386 as the target cpu the message 'ppc 386 can't be executed'
appears.

Is it possible to install ppc386 with an apt-get command?
_______________________________________________
fpc-pascal maillist - fpc-***@lists.freepascal.org
http://lists.freep
Rainer Stratmann
2018-10-30 14:39:49 UTC
Permalink
Post by Rainer Stratmann
How is it possible to compile a 32 bit program on a 64 bit Debian Linux?
When I select i386 as the target cpu the message 'ppc 386 can't be executed'
appears.
Is it possible to install ppc386 with an apt-get command?
_______________________________________________
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
Does
fpc-3.0.4.i386-linux.tar
makes it?

From here:
https://sourceforge.net/projects/freepascal/
?

_______________________________________________
fpc-pascal maillist - fpc-***@lists.freepascal.org
http:/
Luca Olivetti
2018-10-30 15:48:44 UTC
Permalink
Post by Rainer Stratmann
How is it possible to compile a 32 bit program on a 64 bit Debian Linux?
I just build a cross compiler as documented here

http://wiki.lazarus.freepascal.org/Cross_compiling#From_Linux_x64_to_Linux_i386

but then, under linux I usually install fpc from sources, not from the
apt repositories.


Bye
--
Luca
_______________________________________________
fpc-pascal maillist - fpc-***@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/
Loading...