Free Forum

Free Forum

Title: Installation & Debugging: chibicc: A Small C Compiler
Writer: Maroik
Views: 174 Updated: [2025-10-02T13:03:19Z]

OS: Ubuntu 24.04.3 LTS


sudo apt update

sudo apt upgrade

sudo apt install git

sudo apt install build-essential


git clone https://github.com/IkhyeonJo/chibicc

cd chibicc


make


sudo snap install code --classic

code .


## Visual Studio code Extensions:

# C/C++

C/C++ Extension Pack

# C/C++ Themes

# CMake Tools

# Makefile Tools

# Visual Studio Keymap


In the VSCode tab, go to main.c and make some breakpoints in the main function, then press F5.