Changes between Initial Version and Version 2 of Ticket #70754


Ignore:
Timestamp:
Sep 17, 2024, 1:43:09 PM (3 days ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Log says:

:info:build /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__locale:496:3: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
:info:build   496 |   _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
:info:build       |   ^
:info:build /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__config:874:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
:info:build   874 |           __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
:info:build       |                          ^

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70754

    • Property Status changed from new to assigned
    • Property Owner set to judaew
    • Property Keywords sequoia arm64 added; Sequoia ARM64 removed
    • Property Summary changed from arm-none-eabi-gcc @13.2.0_0.darwin_24.arm64: build fails on macOS Sequoia 15.0 (24A335) to arm-none-eabi-gcc @13.2.0_0: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
  • Ticket #70754 – Description

    initial v2  
    33Xcode command line tools are freshly installed:
    44
     5{{{
    56cc --version
    67Apple clang version 16.0.0 (clang-1600.0.26.3)
     
    89Thread model: posix
    910InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
     11}}}
    1012
    1113I will attach the log file.