Thanks Jonas for all the information. I'll pass this information on to
the person that asked me.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
___
fpc-pascal maillist - fpc-pasca
On 30/06/15 00:09, Graeme Geldenhuys wrote:
> Am I correct in understanding that TDBF included with FPC is a LGPL
> licensed component, the one that doesn't have the static linking
> exception.
TDBF originally comes from http://sourceforge.net/projects/tdbf/ and is
indeed distributed under the LGP
Hi,
Am I correct in understanding that TDBF included with FPC is a LGPL
licensed component, the one that doesn't have the static linking
exception. So I can't use it in any commercial products or tools without
being forced to release all my source code?
Regards,
- Graeme -
--
fpGUI Toolkit -
In our previous episode, vfclists . said:
> Warning: "crti.o" not found, this will probably cause a linking failure
> templateSys.lpr(39,1) Warning: "crtn.o" not found, this will probably cause
> a linking failure.
Under Linux, the directory for those files is passed to FPC by a -Fl line in
the fp
At least for debian the values for Floating point should be OK for the
Wandboard:
"Currently the Debian armhf port requires at least an ARMv7 CPU with
Thumb-2 and VFP3D16." (https://wiki.debian.org/ArmHardFloatPort)
Michael
Am 29.06.15 um 14:41 schrieb Jonas Maebe:
Andrew Brunner wrote on
I think I now remember having the same problem before, can you please
try to build with "-O-" instead of -O2 ?
In the past the compiler threw an exception in system.pas, perhaps it
now displays an error message.
Michael
Am 29.06.15 um 14:13 schrieb Andrew Brunner:
On 6/28/2015 8:56 AM, Mic
Andrew Brunner wrote on Sun, 28 Jun 2015:
make clean all OPT=-dARMHF DEBUG=1 OS_TARGET=linux CPU_TARGET=arm
CPU_SOURCE=arm
Building crashes at compiling system.pp
as -o /Developer/FPC/rtl/units/arm-linux/dllprt0.o arm/dllprt0.as
as -o /Developer/FPC/rtl/units/arm-linux/cprt0.o arm/cprt0.
On 6/28/2015 8:56 AM, Michael Ring wrote:
I am using parameters suggested on this page (modified for armv7a):
http://michellcomputing.co.uk/blog/2014/05/freepascal-2-7-1-on-raspberry-pi/
OPT="-dREVINC -dFPC_ARMHF -CX -CpARMV7A -CfVFPV3_D16 -OpARMV7A -O2
-OoFASTMATH -XX -Xs"
as your error
These messages come up almost always when I compile a project:
Warning: "crti.o" not found, this will probably cause a linking failure
templateSys.lpr(39,1) Warning: "crtn.o" not found, this will probably cause
a linking failure.
On a 32bit system the files are located in /usr/lib/i386-gnu and
/u