> I use this binutils http://www.gnu.org/software/binutils/
> using this command to build crosscompiler
>
> make clean crossinstall CPU_TARGET=arm OS_TARGET=linux
> CROSSBINDIR=/usr/share/fpcsrc/binutils/ OPT="-dFPC_ARMEL -O- -gl"
> CROSSOPT="-dANDROID -CpARMv6 -gl -CfSOFT -O-"
CROSSOPT="-dANDROID
Friš Martin Mgr napisał(a):
I give additional details. I write programs for mathematical
linguistics. Especially program for frequency dictionary of chosen
text. I write text to the editor. The text is in Czech. It displays
correctly in editor window , i.e. with diacritics. Then follows
tran
L505 napisał(a):
I'm lacking some memory concept here. Below program doesn't work unless
setlengths
are called first on the shortstrings.
program Project1;
{$mode objfpc}{$H+}
var
filename: string;
last3: string[3];
last4: string[4];
this is not short strings
use
last3: shortstring[
Hi
I want to pass directive from command line to fpc.cfg
in fpc.cfg I have something like this
-Fu/home/me/project1/units/$LCL_PLATFORM
and I want to compile my program form command line
fpc -dRELEASE myprogram
how setup $LCL_PLATFORM
Darek
_
Hi
I've badly submit 4612 bug
Should be:
Title:ASM jump parse error
in Description:
in assembler fastcodemoveunit.pas(214,34)
Error: Unknown identifier "@FWDJUMPTABLE" fastcodemoveunit.pas(256,21)
Error: Local symbols/labels aren't allowed as references F
in Linux FPC can't compile line