Closed majenkotech closed 7 years ago
This is all because of the -MMD not being stripped from the C++ flags (only the C flags). The inclusion of the C flags in the C++ flags caused -MMD to be included, and it didn't want to be (it tried to make /dev/null.d when preprocessing).
More can be read here: https://github.com/arduino/arduino-builder/issues/230
This is all because of the -MMD not being stripped from the C++ flags (only the C flags). The inclusion of the C flags in the C++ flags caused -MMD to be included, and it didn't want to be (it tried to make /dev/null.d when preprocessing).
More can be read here: https://github.com/arduino/arduino-builder/issues/230