Cpptools allways force use cl.exe or mingw-gcc. Is it not support other gcc family cross compiler ? #9105
Unanswered
github0null
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Something is causing our compiler querying to fail, so it falls back to mingw-gcc. You may be hitting #9099 . If you run
and don't see
then it'd be the same issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I checked the reference: #9107 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I use cpptools for my embedded project. This project use
avr-gcc
as c compiler.The macro:
__AVR_ATmega128__
is avr-gcc compiler internal macro.I explicitly indicate the
compilerPath
in the configuration, but cpptools allways usemingw-gcc
, mingw-gcc not have this macro. And for that reason, my project allways have some intellisense error.This is my config in c_cpp_properties.json:
but
C/C++ Log Diagnostics
allways use mingw32-gcc:Beta Was this translation helpful? Give feedback.
All reactions