forked frombminor/binutils-gdb
- Notifications
You must be signed in to change notification settings - Fork3
binutils with PSP patch applied
License
GPL-2.0 and 3 other licenses found
Licenses found
GPL-2.0
COPYINGUnknown
COPYING.LIBUnknown
COPYING.LIBGLOSSUnknown
COPYING.NEWLIBNotificationsYou must be signed in to change notification settings
pspdev/binutils-gdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
README for GNU development toolsThis 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 thispackage -- supported targets, how to use it, how to report bugs, etc.It is now possible to automatically configure and build a variety oftools with one command. To build all of the tools contained herein,run the ``configure'' script here, e.g.:./configure makeTo 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 itthe name as an argument, for instance ``./configure sun4''. You canuse the script ``config.sub'' to test whether a name is recognized; ifit 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 toexplicitly set CC in the environment before running configure, and toalso set CC when running make. For example (assuming sh/bash/ksh):CC=gcc ./configuremakeA similar example using csh:setenv CC gcc./configuremakeMuch of the code and documentation enclosed is copyright bythe Free Software Foundation, Inc. See the file COPYING orCOPYING.LIB in the various directories, for a description of theGNU General Public License terms under which you can copy the files.REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for infoon where and how to report problems.
About
binutils with PSP patch applied
Resources
License
GPL-2.0 and 3 other licenses found
Licenses found
GPL-2.0
COPYINGUnknown
COPYING.LIBUnknown
COPYING.LIBGLOSSUnknown
COPYING.NEWLIBStars
Watchers
Forks
Packages0
No packages published
Languages
- C46.7%
- Makefile20.9%
- Assembly14.3%
- D7.2%
- C++4.4%
- DTrace2.1%
- Other4.4%