Skip to content

Cross compilation - C++ header inclusion #438

@naveens007

Description

@naveens007

I need to generate the class diagrams for code base that I normally cross compiler using a Google gn based build system.
The cross compile command (using clang 15.0.4) works OK but not compile_command.json that I generated with -MJ option and fed to clang-uml

The diagram generation fails because C++ map header cannot be found. Is there a way to work around ?

**ERROR: Failed to generate class diagram 'ArkTS' due to following issues:

  • [FATAL] xxx/xxxx/myHeader.h:19: 'map' file not found**

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions