Author: Stan Eisenstat
Subject: Re: [Cs223] Homework Submission
Date: Friday, 24 Jan 2020, 11:40:17
> Is anyone else encountering this error after submitting? When I run this > on > the Zoo: > > /c/cs223/bin/submit 1 makefile Cxref.c Hw1Log > > It throws this error: > > submit.pl: no log file submitted As stated in the spefication: N.B. To facilitate analysis, your log file MUST be the only file submitted whose name contains the string "log"; ... The message above indicates that none of the names of the files specified on the command line contains the string "log" (case IS significant) nor does the name of any file submitted previously for this assignment. ===== > Or this sometimes: > > submit.pl: invalid assignment #makefile This message indicates that the first argument to the submit command was "makefile". ===== ... > On a similar note, when we submit every hour, is our code expected to > make? No, only the last version of the code that you submit needs to make. --Stan-PREV INDEX NEXT