Git repo that goes along with section 2 for spring 2025.
- 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!
Make sure your working directory is ece2400-sec02
. Then, execute the build script: ./build.sh