Clang IntelliSense wrong pointer size in embedded projects

Sysprogs forums Forums VisualGDB Clang IntelliSense wrong pointer size in embedded projects

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30152
    bbr
    Participant

    Hi,

    it seems like that the clang IntelliSense uses the pointer size of the development machine instead of the target embedded platform. The attached  project compiles fine but IntelliSense fails on the static assert.

    Is there a option to change this?

    Attachments:
    You must be logged in to view attached files.
    #30156
    support
    Keymaster

    Hi,

    This might be related to a bug where VisualGDB would not pass the target selection flags to the IntelliSense engine. Please try this build: VisualGDB-5.6.1.4051.msi

    If it doesn’t solve the problem, please try checking the CppEngineTuningInfo.xml file. It contains a list of rules for determining the target based on the preprocessor flags discovered from the project. Please let us know if your target is listed there and the flags shown in View->Clang IntelliSense Status->Project Structure match any of the targets defined in CppEngineTuningInfo.xml.

    #30157
    bbr
    Participant

    Hi,

     

    thank you, the new build solved the issue.

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