Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.14 KB

ECE 2400 Section 4

Git repo that goes along with section 4 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 --branch sec04 [email protected]:cornell-ece2400/ece2400-sec02-2025.git ece2400-sec04 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-sec04
    • 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-sec04. Then, execute the build script: ./build.sh