User Tools

Site Tools


haas:fall2020:cprog:projects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
haas:fall2020:cprog:projects [2020/11/15 13:57] – [Projects] wedgehaas:fall2020:cprog:projects [2021/01/22 12:11] (current) – [Week 1] wedge
Line 64: Line 64:
   * Welcome! I've wrapped some initial activities into the **cci0** project, that I'd like you to perform by the given deadlines (by 11:59:59pm / 23:59:59 on posted day).   * Welcome! I've wrapped some initial activities into the **cci0** project, that I'd like you to perform by the given deadlines (by 11:59:59pm / 23:59:59 on posted day).
   * If you've never used a UNIX system before, I'd recommend reading **{{:haas:ufbm.pdf|UNIX for the Beginning Mage}}**; it is short, and likely one of the best reads you'll ever have.   * If you've never used a UNIX system before, I'd recommend reading **{{:haas:ufbm.pdf|UNIX for the Beginning Mage}}**; it is short, and likely one of the best reads you'll ever have.
-  * Get familiar with how to log onto Lab46, and once on: +  * Get familiar with how to log onto Lab46 and your raspberry pi system, and once on: 
-    * change to your **src/** subdirectory+    * make sure you have cloned your lab46 semester repository  
 +    * change to your **src/spring2021/** subdirectory 
 +      * create a **cprog** subdirectory therein to store your project-related data 
 +        * under **src/spring2021/cprog/**, create an **ntr0** subdirectory for that project's information 
 +        * change into that directory and perform the **ntr0** project, ensuring any files generated are located here 
 +        * be sure to add/commit/push files and any subsequent changes to your repository
     * create/edit .c files (such as **hello.c**), and learn how to save/exit     * create/edit .c files (such as **hello.c**), and learn how to save/exit
     * compile the C program (.c file(s)) into an executable with **gcc**     * compile the C program (.c file(s)) into an executable with **gcc**
     * execute the compiled C program (the executable) by specifying a path: **./program_name**     * execute the compiled C program (the executable) by specifying a path: **./program_name**
-  * I've also early released next week's project this week (a pattern I hope to maintain), should people really like to get a leg up on things (**fwf0**). 
  
haas/fall2020/cprog/projects.txt · Last modified: 2021/01/22 12:11 by wedge