GCC 14 / C23 support

Sysprogs forums Forums VisualGDB GCC 14 / C23 support

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36264
    bflannery
    Participant

    Is there a planned timeline for updating to GCC 14.X and adding support to the C_STANDARD option for C23?

    Is there a way to enable the C2X flag as an option for C_STANDARD in the current 13.X release?

     

    #36265
    support
    Keymaster

    Hi,

    VisualGDB is designed to work with any GCC-based toolchain that is otherwise usable (i.e. can build code without errors). You can point VisualGDB to it by selecting the import option at the bottom of the toolchain selector.

    Same for compiler flags like the C_STANDARD: VisualGDB shows a suggestion list based on the XML files in its own directory, but you can always specify a different value, as long as your toolchain supports it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.