⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 基于4个mips核的noc设计
💻
字号:
		   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 ./configure	makeA similar example using csh:	setenv CC gcc	./configure	makeMuch 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.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -