Basically it -2.6.X - doesn't accept the proper options you need.
There is a workaround:
Bootstrap with 2.6.2, build a trunk crosscompiler,
Then bootstrap immediately again with the trunk compiler with
OVERRIDEVERSIONCHECK=1.
The latter will accept the proper options, which are minimally:
CROSS
On 03 Mar 2014, at 09:24, Reinier Olislagers wrote:
make "FPC=/home/odroid/development/fpcbootstrap/arm-linux-ppcarm"
"--directory=/home/odroid/development/fpctrunk/compiler"
"CROSSOPT=-dFPC_ARMHF -Cparmv7a -CaEABIHF -CfVFPv3" "OPT=-dFPC_ARMHF"
"OS_TARGET=linux" "CPU_TARGET=arm" "OVERRIDEVERSIO
Well, call me a monkey or an ape, but if you leave it out, you get an
EABI version of the compiler and EABIHF is missing. Whatever you do,
bootstrapped from 2.6.2.
On both linux and windows you only seem to obtain an EABIHF capable
cross compiler if -dFPC_ARMHF is included in both OPT and CROSSO
On 04/03/2014 14:52, Mattias Gaertner wrote:
The Lazarus team is glad to announce the release of Lazarus 1.2.
We are news worthy (german):
http://www.heise.de/open/meldung/Lazarus-IDE-fuer-Pascal-und-Object-Pascal-in-Version-1-2-veroeffentlicht-2134703.html?wt_mc=rss.open.beitrag.rdf
___
On 05 Mar 2014, at 18:21, Thaddy wrote:
> On 5-3-2014 17:06, Jonas Maebe wrote:
>>
>> On 03 Mar 2014, at 09:24, Reinier Olislagers wrote:
>>
>>> make "FPC=/home/odroid/development/fpcbootstrap/arm-linux-ppcarm"
>>> "--directory=/home/odroid/development/fpctrunk/compiler"
>>> "CROSSOPT=-dFPC_ARM
On 3/4/2014 6:52 AM, Mattias Gaertner wrote:
The Lazarus team is glad to announce the release of Lazarus 1.2.
This release was built with fpc 2.6.2.
Choose your CPU, OS, distro and then the "Lazarus 1.2" directory.
Windows x64 users: please use the 32 bit installer if possible. See
http://wik
Hi Sergio,
I say your message on the Free Pascal mailing list:
http://lists.freepascal.org/lists/fpc-devel/2014-January/033140.html
I have recently succeeeded in porting a rather large algorithm library
written in Delphi to Windows Phone, via Free Pascal. Depending on the
specifics of your p