How to make ALE to work with mixed Windows/Cygwin and tricore-gcc? #3778
-
|
I am running on Nevertheless, I tried to mess around with a I tried to debug a bit by running the commands displayed in I also tried to adjust the If I just run which means that Finally, if I run the real compiler command:
from both It follows my and my _vimrc and one extract of my If I run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
FIXED! I had to change the or in this way to make it to work. but this because the option |
Beta Was this translation helpful? Give feedback.
FIXED!
I had to change the
compile_commands.jsonfile in this way:or in this way
to make it to work.
Obviously now there are other issues such as
but this because the option
-fstrict-volatile-bitfields…