Tag Archives for toolchain
How to build RISC-V GCC/newlib-nano toolchain
This short article will show you how to quickly setup cross-toolchain for C/C++ RV32IMAC binaries that runs on x86_64 host Linux PC. Please note that /opt/riscv32 directory should be writable by the user running make. This command is the last … Continue reading →
07. December 2020 by resset
Categories: Software |
Tags: embedded, GCC, risc-v, riscv, toolchain |
Leave a comment
Buildroot and QEMU – the quickest recipe for your own Linux
I will show the quickest way of running your own-built Linux system in QEMU emulator. Did I say quickest? Let’s start then: $ git clone git://git.buildroot.net/buildroot $ cd buildroot/ $ make qemu_arm_versatile_defconfig Where qemu_arm_versatile_defconfig is file & defconfig name from … Continue reading →
13. September 2013 by resset
Categories: Software |
Tags: ARM, Buildroot, BusyBox, embedded, GCC, kernel, Linux, QEMU, toolchain, U-Boot |
6 comments
Kate debugs in hardware
Or how to debug embedded devices with Kate editor, GCC toolchain, OpenOCD and JTAG. Or, how to replace Eclipse in embedded developer’s work. I do most of my work with open source software, including this running on PC desktop. Few … Continue reading →
23. February 2013 by resset
Categories: Electronics, Software |
Tags: ARM, debugger, embedded, GDB, JTAG, Kate, KDE, make, Makefile, OpenOCD, toolchain |
Leave a comment