GMake fails with the message: cc166: E 014: invalid control: @iva00272
GMake generates command lines from the makefile for execution in a DOS
environment. Per default invocation files will be generated and used,
if the length of the resulting command line exceeds the count of 120
characters. Unfortunately some compiler tools do not cooperate with
this invocation files. The error message described above will occur. In this case, please use the GMake with the option -l500 to extend the critical threshold to 500 characters. |