Git Product home page Git Product logo

ebiroll / gdb Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 34.56 MB

esp32 gdb crosstool

License: GNU General Public License v2.0

Makefile 3.67% M4 1.01% C 87.88% Objective-C 0.08% Shell 2.15% DIGITAL Command Language 0.04% C++ 1.34% Perl 0.17% Scheme 2.11% Batchfile 0.01% Emacs Lisp 0.01% Yacc 0.40% Lex 0.02% Python 0.28% Awk 0.01% Roff 0.12% TeX 0.30% XSLT 0.01% GDB 0.06% Ada 0.34%

gdb's Introduction

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.

gdb's People

Contributors

ebiroll avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.