Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 340 Bytes

gdb.md

File metadata and controls

23 lines (17 loc) · 340 Bytes

Crosscompiling Gbb

Source

Instructions

Build full Gdb package

$ tar xvf gdb-9.1.tar.xz
$ mkdir build
$ cd build
$ ./configure --host=arm-buildroot-linux-uclibcgnueabihf
$ make

Build only Gdbserver

$ cd gdb-9.1/gdb/gdbserver
$ ./configure --host=arm-buildroot-linux-uclibcgnueabihf
$ make