You will use the following turnin script for project submission (Note the course name. It's EE468 not ECE468!):
turnin -c EE468 -p "step_name" -v "your_project_dir"
A different step_name will be given for each project step, and your_project_dir will be the directory in which your files are stored. Use your account name for your_project_dir name. For example, if your account name is "vsmith" and you are doing step0, you should:
where step0 is the name of the project step, and is the only parameter that you need to change for every project step)turnin -c EE468 -p step0 -v vsmith
turnin -c EE468=ee573 -p step0 -v vsmith
Note: the path after "-v", for the purpose of making the grading easier for this course, has to be your account name. Because all the files need to be uncompressed to their seperate directory on the server for grading. Use "man turnin" for more information about how to use the command turnin.
Here is an example of what you will see on the screen. Note that vsmith is a fake account name.
[1][1:32:01pm]% turnin -c EE468 -p step0 -v vsmith drwxr-xr-x vsmith/other 0 2004-08-24 13:31:30 vsmith/ -rwxr--r-- vsmith/other 800 2004-08-24 13:31:13 vsmith/dump.c -rwxr--r-- vsmith/other 1562 2004-08-24 13:31:19 vsmith/sig.c -rw-r--r-- vsmith/other 230 2004-08-24 13:31:30 vsmith/anote.c -rw-r--r-- vsmith/other 230 2004-08-24 13:31:30 vsmith/Makefile Compressing submitted files... please wait Your files have been submitted to EE468, step0 for grading.
You will include a Makefile in your submission. Make sure your Makefile works on the ECN machines. Makefile should have the following rules in order: