Replies: 1 comment 1 reply
-
Cross compilation is supported in general...what issue are you hitting with that? We appear to be tracking your request with #6909 . |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
defines and includePath settings will be discarded if using compile_commands.json in c_cpp_properties.json. I think this is unreasonable. Both settings should be kept. Let's think about a cross compiler which is not supported by cpptools. In this case, the compilerPath setting will be defined as an empty string to skip querying a compiler. And compiler internal defines will NOT exist in compile_commands.json. We need to define it in defines setting.
Beta Was this translation helpful? Give feedback.
All reactions