Quote:
tolkien wrote:
You can use Custom compiler and type gcc. It will use gcc 9.
Still the same (from the first post, but exactly the same problem):
### Build Start ###
make: Entering directory `/Files/MDW/dev/MyProject'
mkdir: missing operand
Try 'mkdir --help' for more information.
make: *** [MKDIR_RELEASE] Error 1
make: Leaving directory `/Files/MDW/dev/MyProject'
### Build End ###
What's the operand that mkdir is missing?