Skip to content

cornell-ece2400/ece2400-sec02-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECE 2400 Section 2

Git repo that goes along with section 2 for spring 2025.

Before You Begin Checklist

  • Be able to connect to ECELinux with VS Code (see tutorial)
  • Set up ssh with GitHub (we did this in last week's discussion section)
  • git clone [email protected]:cornell-ece2400/ece2400-sec02-2025.git ece2400-sec02 this repo to ecelinux
  • RECOMMENDED: Install clangd extension on the remote host
    • Clangd provides many useful error messages and auto-corrections
  • Open the repo with VS Code on ecelinux, by clicking File > Open Folder
  • Mark the build script as executable
    • cd ece2400-sec02
    • chmod +x build.sh
  • Build the starter code
    • ./build.sh (It should say 'Build Successful')

Now you are ready to begin!

Building the Code

Make sure your working directory is ece2400-sec02. Then, execute the build script: ./build.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published