Hi,

I have an arm-none-eabi gcc toolchain. I have successfully configured Qt Creator
to use it in a Kit and was able to use it to build QBS projects.

However, when I try to run the static analyzer, clang does not find
the standard headers:

    main.cpp:9:10: fatal error: 'cstring' file not found

A solution is to add the include paths of the standard headers in the
QBS project:

    cpp.includePaths: [
        ".../toolchain/arm/arm-gnu-toolchain/arm-none-eabi/include/c++/6.3.1",
        ".../toolchain/arm/arm-gnu-toolchain/arm-none-eabi/include",
    ]

But this is a bit ugly.

Is there some configuration I missed (I guess not since the build
works), or is it a known bug ?

Thanks,

Best regards,

Benjamin
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to