Giter Site home page Giter Site logo

ucb-bar / esp-binutils-gdb Goto Github PK

View Code? Open in Web Editor NEW
0.0 12.0 1.0 376.22 MB

ESP toolchain binutils port

License: GNU General Public License v2.0

Makefile 18.24% M4 0.59% C 51.50% Objective-C 0.10% DIGITAL Command Language 0.03% Shell 0.57% Perl 0.11% C++ 6.16% Lex 0.22% Yacc 0.41% Groff 0.57% Emacs Lisp 0.02% Assembly 15.38% Rust 0.01% D 2.88% Mathematica 0.01% R 0.23% Scheme 1.10% Batchfile 0.01% DTrace 1.91%

esp-binutils-gdb's Introduction

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.

If you are receiving this as part of a GDB release, see the file gdb/README.
If with a binutils release, see binutils/README;  if with a libg++ release,
see libg++/README, etc.  That'll give you info about this
package -- supported targets, how to use it, how to report bugs, etc.

It is now possible to automatically configure and build a variety of
tools with one command.  To build all of the tools contained herein,
run the ``configure'' script here, e.g.:

	./configure 
	make

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.

esp-binutils-gdb's People

Contributors

amodra avatar ianlancetaylor avatar nickclifton avatar hjl-tools avatar palves avatar xdje42 avatar jankratochvil avatar tromey avatar djdelorierh avatar edelsohn avatar hpataxisdotcom avatar vapier avatar kevinbuettner avatar rsandifo avatar gingold-adacore avatar perbothner avatar brobecke avatar eli-zaretskii avatar andreas-schwab avatar muller-sourceware-org avatar johntconklin avatar t-j-teru avatar simark avatar vprus avatar shtiek avatar jakubjelinek avatar jim-wilson avatar fche avatar jasonmolenda avatar github-cygwin avatar

Watchers

Scott Beamer avatar  avatar Yunsup Lee avatar Christopher Celio avatar James Cloos avatar Chick Markley avatar Andrew Waterman avatar Colin Schmidt avatar Jack Koenig avatar John Fang avatar Jerry Zhao avatar  avatar

Forkers

crosshairs

esp-binutils-gdb's Issues

Misleading usage of `vf` instruction

The ISA spec leads one to believe that the vf instruction can be used by simply writing something like

vf csaxpy_worker_thread

but in reality just doing that makes the assembler complain about an illegal operand because there is no register included in the instruction.

Is it possible to have the assembler pick 'an unused general purpose register' in order to make vf generate something like the following

li t1, 0
auipc t1, 0
vf csaxpy_worker_thread(t1)

instead of having to write:

li t1, 0
vf csaxpy_worker_thread, t1

`vsetcfg` lacks 4 operand variant.

According to the ISA spec:
'vsetcfg #v64, #pred, #v32, #v16...will also generate a sequence of instructions to build the corresponding 64 bit configuration object'

but at the moment, only the 2 operand version works, and the assembler throws:
'Error: Illegal operands vsetcfg #,#,#,#' where # is a number.

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.