You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: arm64-apple-darwin23.4.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
"$(xcode-select -p)/usr/bin/ld" -v
@(#)PROGRAM:ld PROJECT:ld-1053.12
BUILD 19:09:13 Feb 1 2024
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
"$(xcode-select -p)/usr/bin/ld-classic" -v
@(#)PROGRAM:ld-classic PROJECT:ld64-951.9
BUILD 20:36:32 Jan 26 2024
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29)
TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2)
Error
ld: building fixups: pointer not aligned at _kWhence+0x4 from o//blink/blink.a[124](strace.o)
Failing Build Command
./configure && gmake -j
Relevant Source
Resolution
Disable packing:
CPPFLAGS="-Dthatispacked="
Versions
"$(xcode-select -p)/usr/bin/cc" -v
"$(xcode-select -p)/usr/bin/ld" -v
"$(xcode-select -p)/usr/bin/ld-classic" -v
References
The text was updated successfully, but these errors were encountered: