Third Party Compilers

Sysprogs forums Forums VisualGDB Third Party Compilers

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33336
    jettmusco
    Participant

    Is there any support for using a different compilers than what is listed in the toolchain dropdown menu? For example, I want to use TI’s specific arm clang compiler

    #33339
    support
    Keymaster

    Hi,

    Sure, you can always click the “select a third-party toolchain” button to import an arbitrary toolchain. VisualGDB will create a Toolchain.xml/CustomToolchain.xml file either in the toolchain directory or under %LOCALAPPDATA%, where it will store the toolchain properties. You can then manually edit the file to customize various settings (e.g. add hardcoded CFLAGS). See this page for a detailed explanation.

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