Skip to content

Cannot handle auto-generated E2-studio (Eclipse) CDT files #142

@timmy-quinn

Description

@timmy-quinn

compiledb is unable to parse @file option used by gcc. gcc options

gcc @file example

gcc @"intermediary_file"

Intermediary file example

-o "output" "src.c"

compiledb does not know how to extract commands and options from the @"intermediary_file".

Eclipse's CDT build system, and I believe other build systems use these intermediary files in their build system. When attempting to use compiledb with this build system results in an empty compile_commands.json.

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