> I'm building FPC cross-compiler for Android and it has always worked
perfectly until recently. Now I'm getting the following error messages.
Things can be broken anytime in trunk. Either:
- Keep `svn up`-ing everyday until it's magically solved
- Report and wait for a fix
- Fix and send a patch
On 12/11/15 17:12, Jon Foster wrote:
What we've discovered is that if we try to run the compiler on Android 5
(Lollipop) or greater the binary won't load and complains that it isn't
a "Position Independent Executable" (PIE). This is a feature similar to
PIC. In GCC they have a separate flag -fPIE
Am 13.11.2015 16:05 schrieb "Adriaan van Os" :
>
> Jon Foster wrote:
>>
>> If I build a standard "program" (not library) with -Cg do I get a PIE...
>> or does that only affect linking for libraries? I haven't been able to
>> find anything on the iNet regarding PIE and FPC.
>
>
> Wouldn't that just
Jon Foster wrote:
If I build a standard "program" (not library) with -Cg do I get a PIE...
or does that only affect linking for libraries? I haven't been able to
find anything on the iNet regarding PIE and FPC.
Wouldn't that just be a linker option, passed-on to ld ?
Adriaan
__
Hi all,
Firstly a huge thank you to all involved in the FPC project. Keep up the
great work!
I'm building FPC cross-compiler for Android and it has always worked
perfectly until recently. Now I'm getting the following error messages.
/home/user/FPCTrunk/compiler/ppcrossarm -Ur -Tandroid -Parm
-
Bernd Mueller wrote on Fri, 13 Nov 2015:
five years ago, I realized an embedded project with fpc 2.3.1. I
used an AT91SAM7S256 Controller (ARMv4T). I am considering to use a
more recent fpc compiler for a new project with the same controller.
So my question: Which fpc compiler is recommend
Hello,
five years ago, I realized an embedded project with fpc 2.3.1. I used an
AT91SAM7S256 Controller (ARMv4T). I am considering to use a more recent
fpc compiler for a new project with the same controller.
So my question: Which fpc compiler is recommended nowadays? Upcoming
3.0.0 or trunk
Hi,
MSEide+MSEgui 4.0 for FPC 3.0.0 has been released!
https://sourceforge.net/projects/mseide-msegui/
There are also new versions for MSEgit, MSEspice and MSErun:
https://sourceforge.net/projects/mseuniverse/
Have a lot of fun!
Martin
___
fpc-pascal