Error: linker: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs

The offical for ZeosLib 7.3 Report problems, ask for help, post proposals for the new version of Zeoslib 7.3/v8
Quick Info:
-We made two new drivers: odbc(raw and unicode version) and oledb
-GUID domain/field-defined support for FB
-extended error infos of Firebird
-performance ups are still in queue
In future some more feature will arrive, so stay tuned and don't hassitate to help
Post Reply
danielsap
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 12.04.2017, 06:12

Error: linker: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs

Post by danielsap »

Hi
I tried to compile Zeoslib 8.0 packages in Lazarus 3.7 on MacOS Sequoia 15.0
It started well with successful compiling of zcore, zparsesql, zplain
Unfortunately when compiling zdbc I receive multiple errors

Do you have some ideas what is the issue and how to handle it.
Regards

Code: Select all

11491(114911,0) Error: linker: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
Error: _$ZDBCRESULTSET$_Lj1144:
Error: ^
11442(114421,0) Error: linker: error: previous .cfi_startproc was here
Error: .cfi_startproc
Error: ^
11563(115631,0) Error: linker: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
Error: _$ZDBCRESULTSET$_Lj1149:
Error: ^
11442(114421,0) Error: linker: error: previous .cfi_startproc was here
Error: .cfi_startproc
Error: ^
11651(116511,0) Error: linker: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
Error: _$ZDBCRESULTSET$_Lj1161:
Error: ^
11602(116021,0) Error: linker: error: previous .cfi_startproc was here
Error: .cfi_startproc
Error: ^
11719(117191,0) Error: linker: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
Error: _$ZDBCRESULTSET$_Lj1166:
Error: ^
11602(116021,0) Error: linker: error: previous .cfi_startproc was here
Error: .cfi_startproc
Error: ^
ZDbcResultSet.pas(5662,0) Error: Error while assembling exitcode 1
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1956
Joined: 17.01.2011, 14:17

Re: Error: linker: error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs

Post by marsupilami »

Hello,

to me this looks like a code generation issue in FPC. Unfortunately I don't have an Apple computer to test these things on. Which version of FPC do you use? Do you have a current XCode environment installed?

Best regards,

Jan
Post Reply