Hi everyone
After updating hackintosh (Sequoia 15.2, xcode CLT 16.2), I'm trying to build a compiler using fpcupdeluxe (v. 2.4.0.f). I keep getting the error:
Compiling ./rtl-objpas/src/inc/variants.pp
rtti.pp(8424) Error: Error while assembling exitcode 1
rtti.pp(8424) Fatal: There were 2 errors compiling module, stopping
rtl-objpas/units/x86_64-darwin/rtti.s:14:1: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
_$RTTI$_Lj169:
rtl-objpas/units/x86_64-darwin/rtti.s:8:1: error: previous .cfi_startproc was here
.cfi_startproc
Fatal: Compilation aborted
Start compiling package sqlite for target x86_64-darwin.
Compiling ./pasjpeg/src/jddctmgr.pas
<skiped>[ 40%] Compiled package rtl-unicode
$000000010BC7B85F
$000000010BC6AFF2
$000000010BC6B704
$000000010BBBC3D6
$000000010BBDF86C
$00007FF81133D2CD
make[1]: *** [packages_smart] Error 2
make: *** [build-stamp.x86_64-darwin] Error 2
The installer encountered the following error:
Error inside worker thread for package rtl-objpas: (3/4) Failed compiling: rtl-objpas: Compilation of "BuildUnit_rtl_objpas.pp" failed
fpcupdeluxe: ERROR: FPC Native Installer (BuildModuleCustom: FPC): Error running /usr/bin/make for FPC failed with exit code 512
In the previous OS version (Sonoma), I managed to successfully install the compiler (hash
5769d737d1849f01 (r.16503)).
After updating the OS to the next version (Sequoia) I tried to install the compiler trunk version (hash
34902174892588 (r.17336)), due to the failure with the current version, I tried to build previous versions up to
5769d737d1849f01 (r.16503),which was successfully built earlier.
How should I proceed next? Please give me advice.