Replies: 2 comments 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.
-
|
I would like to add a follow up on that topic, compiling a project can be troublesome, whereas adding WIP header files in the includePath array is much easier and quicker. |
Beta Was this translation helpful? Give feedback.
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