Does anyone know how to solve this error with MSBUILD in a batch file?

Does anyone know how to solve this error with MSBUILD in a batch file?
-----------------
C:\Program Files (x86)\Embarcadero\Studio\19.0\Bin\CodeGear.Delphi.Targets : warning MSB6002: The command-line for the "DCC" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "DCC" into multiple calls with fewer parameters per call.
C:\Program Files (x86)\Embarcadero\Studio\19.0\Bin\CodeGear.Delphi.Targets(399,5): error MSB6003: The specified task executable "dcc" could not be run. The filename or extension is too long
---------------------------
I have used substitute letters for paths and use the drive root folder but I can't get past this error

Comments

Post a Comment