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

📄 nativc.htm

📁 mips架构的bootloader,99左右的版本 但源代码现在没人更新了
💻 HTM
字号:
		<title>Native C Compiler</title>		<h1 align=center>Native C Compiler</h1><!--INDEX "Native C compiler" --><!--INDEX "Avoiding Microsoft Visual C++" nmake gcc ANSI Solaris -->You will need a native C compiler and 'make' utility for your host (anative compiler is a compiler that generates code for execution on yourhost). This C compiler is required to compile the programs in the toolsdirectory (on UNIX systems you will also need the native C compiler tocompile the install program).  The <a href="make.htm">'make'</a>utility is needed to control the build sequence of the varioussubdirectories of the package.<p><h2>Windows95/NT</h2><!--INDEX Windows95/NT --><dl><dd>You need Microsoft's Visual C++ Pro package in order to build thispackage completely. However, since most users simply wish to use the<a href="tools/pmcc.htm">pmcc</a> command to compile and then download there own applicationprograms, we have placed pre-built binaries of the relevant modules onthe <a href="http://www.carmel.com/pmon">web site</a> to avoid theneed for the Microsoft C compiler.<p>Note that if you do use Microsoft's Visual C++ Pro package to buildthe complete package, you will have to type 'nmake' rather than 'make'.This applies to any of the examples shown in this on-line manual.<p>Also note that it is not likely that you will be able to use the 'make'utility that might be provided by the vendor of your MIPS crosscompiler, because of significant differences in syntax between different'make' programs.<p></dl><h2>UNIX Workstations</h2><!--INDEX UNIX --><dl><dd>Although you will need a native "C" compiler to build this package. Itdoes not need to be ANSI compliant, any K&R compliant compiler willsuffice.  Typically you can either use the compiler and 'make' utilitythat was supplied with your workstation, or with gcc. You canobtain gcc from the <a href="ftp://prep.ai.mit.edu/pub/gnu">GNU ftpsite</a>.<p>If you are unsure whether you system has a native C compiler and 'make'utility, you can check using the following commands.<p><pre>	% which cc		-- look for the standard C compiler	% which gcc		-- look for the GNU C compiler	% which make		-- look for the 'make' utility	% cc foobar.c		-- Solaris2 check for optional C compiler</pre></dl></dl><p><hr><b>Navigation:</b> <a href="index.htm">Document Home</a> | <a href="doctoc.htm">Document Contents</a> | <a href="docindex.htm">Document Index</a> <p>

⌨️ 快捷键说明

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