[fpc-devel] Building 2.7.1 on current Raspbian fails
Pierre Free Pascal
pierre at freepascal.org
Wed Oct 22 23:44:20 CEST 2014
> -----Message d'origine-----
> De : fpc-devel-bounces at lists.freepascal.org [mailto:fpc-devel-
> bounces at lists.freepascal.org] De la part de peter green
> Envoyé : mardi 21 octobre 2014 10:32
> À : FPC developers' list
> Objet : Re: [fpc-devel] Building 2.7.1 on current Raspbian fails
>
> Paul Michell wrote:
> >> I should probablly get arround to doing a raspbian version of 2.6.4.
> >>
> >
> > Yes please :)
>
> Ok, i've just uploaded 2.6.4
Great, I just started to test this out,
on a small raspberry.
> https://archive.raspbian.org/raspbian/pool/main/f/fpc/
The 2.6.4 release is able to successfully compile
a 2.7.1 trunk compiler.
But I tried to recompile the sources that are part of your packages,
but this fails:
Several files are missing in this source release:
all Makefile's (this is not a real problem as they are generated using
fpcmake utility (this works)
but also
rtl/arm/makefile.cpu
and all the assembler source which have a .as suffix instead of the
generated assembler
file which have just a .s suffix.
After adding from official 2.6.4 sources:
rtl/arm/makefile.cpu
and
rtl/linux/arm/*.as
compiler/msg/errore.msg (from /usr/lib/fpc/2.6.4/msg directory, not from
official source, as there is at least one armhf specific change)
using
fpcmake -Tall -r in both rtl and compiler directories
I was finally able to cycle successfully.
But I still think that those files should also be included inside the
sources...
Pierre Muller
More information about the fpc-devel
mailing list