On Tue, Jul 9, 2024 at 2:56 PM Adriaan van Os via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> Adriaan van Os via fpc-pascal wrote:
> > Christo Crause via fpc-pascal wrote:
> >> PS. My avr binutils version is 2.26 - old, but your version is about
> >> 10 years older still.
> >
> > WIth a
Adriaan van Os via fpc-pascal wrote:
Christo Crause via fpc-pascal wrote:
PS. My avr binutils version is 2.26 - old, but your version is about
10 years older still.
WIth avr binutils 2.26 built and installed, the compiler builds !
/usr/local/bin/ppcrossavr -i says
Supported FPU instruction
Christo Crause via fpc-pascal wrote:
PS. My avr binutils version is 2.26 - old, but your version is about 10
years older still.
WIth avr binutils 2.26 built and installed, the compiler builds !
adriaan% /usr/local/bin/ppcrossavr -v
Free Pascal Compiler version 3.2.2
Compiler date : 2024
On Sun, 7 Jul 2024, 22:35 Adriaan van Os via fpc-pascal, <
fpc-pascal@lists.freepascal.org> wrote:
> Christo Crause via fpc-pascal wrote:
>
> > The assembly line you showed above is obviously missing a closing
> > parenthesis, so the error from avr-as is correct. I tested building
> > ppcrosssavr
Christo Crause via fpc-pascal wrote:
The assembly line you showed above is obviously missing a closing
parenthesis, so the error from avr-as is correct. I tested building
ppcrosssavr 3.2.2 with all your cross options and added -a to retain the
generated assembler source. This worked fine and
On Sun, Jul 7, 2024 at 8:15 PM Adriaan van Os via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> Christo Crause via fpc-pascal wrote:
>
> > The level of support for AVR in 3.0.4 was rudimentary, only atmega128 is
> > supported in the MakeFIle. The support for AVR is still improving with
Christo Crause via fpc-pascal wrote:
The level of support for AVR in 3.0.4 was rudimentary, only atmega128 is
supported in the MakeFIle. The support for AVR is still improving with
time so use either the development branch, or the latest release version
(if you prefer release versions). The
On Sun, Jul 7, 2024 at 3:55 PM Adriaan van Os via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> I am trying to build fpc for Arduino on MacOS 10.8.5, using the fpc-3.0.4
> sources and fpc-3.0.4 as
> bootstrap compiler. GNU binutils have been built and installed (but not
> yet avrdude). As