Build directory cannot be created
Hi jLn_38
Thank you for your answer. I'm afraid, it seems not to be exactly the same issue as the topic raised 1 month ago.
However I tried putting the mkdir in the directory you mentionned, without correct result.
Working with Windows 7, I was puzzled by the error message:
/usr/make/sh: -c: line 0: syntax error near unexpected token `('
which made me think it reacts as if I was with Linux (opening a shell). I precise that the error occurs in the decision branch between windows or linux in my makefile.
After a lot of trials, I finally decided to remove (in fact to rename) the 'sh.exe' that exists in the directory C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.externaltools.arm-none.win32_1.13.2.201705091103\tools\make
And now, it works!
But I still don't understand why it worked with ac6 v1.8 and before, and no longer after...
B.