SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.45k stars 349 forks source link

Fix compiler detection #2817

Closed mikee47 closed 2 weeks ago

mikee47 commented 2 weeks ago

Compiler detection was changed in #2798 but did not take locale into account.

This PR fixes the problem using LANG=C as recommended in #2816.

Also if a failure occurs the command output accompanies the error message to make diagnosis a little easier next time.