Skip to content

Code-afk7/C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Execute the following commands to install the toolchain, QEMU and GDB

sudo apt update -y
sudo apt install -y gcc-riscv64-unknown-elf qemu-system-misc gdb-multiarch

for installing GBD DashBoard use the below given CMD
Just place .gdbinit in your home directory, for example with:

wget -P ~ https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit

Optionally install Pygments to enable syntax highlighting:

pip install pygments

if u want to exit from QEMU Press Ctrl+A and then X.
and if you want to exit from GDB press q and enter 

About

Notes for C language and how to start with Makefile , Qemu and GDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published