Package Details: mingw-w64-fpc 3.2.2-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-fpc.git (read-only, click to copy)
Package Base: mingw-w64-fpc
Description: Cross FPC for the MinGW-w64 cross compiler
Upstream URL: https://freepascal.org/
Keywords: fpc mingw mingw-w64
Licenses: GPL, MPL, LGPL
Submitter: Schala
Maintainer: chungy
Last Packager: chungy
Votes: 2
Popularity: 0.000000
First Submitted: 2017-02-15 05:37 (UTC)
Last Updated: 2021-06-27 15:45 (UTC)

Latest Comments

mbromilow commented on 2026-05-10 00:07 (UTC)

I had to remove the following lines:

find "$pkgdir/usr/lib/fpc/$pkgver/units/x86_64-win64" -name '*.a' \`
-o -name '*.o' -exec x86_64-w64-mingw32-strip -g {} +

as MinGW's strip tool doesn't seem to like FPC's objects and fails with a bunch of illegal relocation type 0 at address 0.