Ebiroll / gdb

esp32 gdb crosstool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross compiled gdb for use on arch linux,

	./configure --with-python=/usr/bin/python2.7 --without-guile --host=x86_64-build_pc-linux-gnu --target=xtensa-esp32-elf
	make

	

If you are building this for use with qemu, consider doing.

    cd gdb
    cp xtensa-config.c.qemu xtensa-config.c

When starting this copy of gdb consider starting with option
--data-directory ~/esp/qemu_esp32/gdb/


http://www.linuxfromscratch.org/blfs/view/cvs/general/gdb.html

cp /usr/bin/ar x86_64-build_pc-linux-gnu-ar


To install them (by default in /usr/local/bin, /usr/local/lib, etc),
then do:
	make install

(If the configure script can't determine your type of computer, give it
the name as an argument, for instance ``./configure sun4''.  You can
use the script ``config.sub'' to test whether a name is recognized; if
it is, config.sub translates it to a triplet specifying CPU, vendor,
and OS.)

If you have more than one compiler on your system, it is often best to
explicitly set CC in the environment before running configure, and to
also set CC when running make.  For example (assuming sh/bash/ksh):

	CC=gcc ./configure
	make

A similar example using csh:

	setenv CC gcc
	./configure
	make

Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.

About

esp32 gdb crosstool

License:GNU General Public License v2.0


Languages

Language:C 79.2%Language:Assembly 9.7%Language:Makefile 3.3%Language:Shell 1.9%Language:Scheme 1.9%Language:C++ 1.2%Language:M4 0.9%Language:Yacc 0.4%Language:Ada 0.3%Language:TeX 0.3%Language:Python 0.3%Language:Perl 0.2%Language:Roff 0.1%Language:Objective-C 0.1%Language:Pascal 0.1%Language:GDB 0.1%Language:C# 0.0%Language:DIGITAL Command Language 0.0%Language:HTML 0.0%Language:Lex 0.0%Language:PHP 0.0%Language:Fortran 0.0%Language:sed 0.0%Language:NASL 0.0%Language:CMake 0.0%Language:Awk 0.0%Language:CLIPS 0.0%Language:Emacs Lisp 0.0%Language:XSLT 0.0%Language:Java 0.0%Language:Go 0.0%Language:Batchfile 0.0%Language:SAS 0.0%Language:Module Management System 0.0%Language:DTrace 0.0%Language:R 0.0%Language:Mathematica 0.0%