Il 17/07/2016 20:01, Jonas Maebe ha scritto:
Could you edit that wiki page and remove the -Sd so other people won't
run in the same problem? Thanks.
Sorry, bad link.
That's the good one:
http://wiki.freepascal.org/Setup_Cross_Compile_For_ARM#Create_custom_fpc.cfg
Giuliano
_
Il 17/07/2016 20:01, Jonas Maebe ha scritto:
Could you edit that wiki page and remove the -Sd so other people won't
run in the same problem? Thanks.
Done.
http://wiki.freepascal.org/Setup_Cross_Compile_For_ARM#Configure_Lazarus_for_cross_Compile
I was planning to edit this page when I was c
On 17/07/16 19:50, Giuliano Colla wrote:
Il 17/07/2016 17:34, Jonas Maebe ha scritto:
Try adding OPT=-va FPMAKEOPT=-v to the make invocation and check the
output to see whether the compiler is picking up any extra
configuration files or options somehow.
That's it! I had just pasted from the w
Il 17/07/2016 17:34, Jonas Maebe ha scritto:
Try adding OPT=-va FPMAKEOPT=-v to the make invocation and check the
output to see whether the compiler is picking up any extra
configuration files or options somehow.
That's it! I had just pasted from the wiki page an extra fpc.cfg for
cross com
On 16/07/16 16:20, Giuliano Colla wrote:
I'm using the top level Makefile, while buildin All. Everything else,
before that package, compiles properly (compiler, LCL, other packages,
etc.)
Should I locate something specific which might turn off FPC mode in the
affecting package Makefiles or fpmake
Il 16/07/2016 15:52, Jonas Maebe ha scritto:
These errors suggest you are not compiling that unit in FPC mode. If
you use the top level Makefile in the fpcsrc directory, it will
compile the packages directory with RELEASE=1, which in turn causes -n
to be added to the FPC command line options s
On 16/07/16 15:23, Giuliano Colla wrote:
I'm trying to upgrade from fpc 2.6.4 to 3.0.0 but make all fails both in
Linux x86_64 platfoms and in arm-linux (Raspbian) plaform.
I've downloaded a precompiled 3.0.0 in order to be able to compile. I
have also tried using fpcup, but the result is the sa