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

📄 toolchain_libraries.html

📁 ADI 公司blackfin系列的用户使用文挡。
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>  <title></title>  <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />  <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />  <link rel="stylesheet" media="print" type="text/css" href="./print.css" />  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head><body><a href=start.html>start</a></br><div class="toc"><div class="tocheader toctoggle" id="toc__header">Table of Contents</div><div id="toc__inside"><ul class="toc"><li class="clear"><ul class="toc"><li class="level2"><div class="li"><span class="li"><a href="#toolchain_libraries" class="toc">Toolchain Libraries</a></span></div><ul class="toc"><li class="level3"><div class="li"><span class="li"><a href="#standard_libraries" class="toc">Standard Libraries</a></span></div></li><li class="level3"><div class="li"><span class="li"><a href="#uclibc" class="toc">uClibc</a></span></div></li><li class="level3"><div class="li"><span class="li"><a href="#creating_libraries" class="toc">Creating Libraries</a></span></div></li><li class="level3"><div class="li"><span class="li"><a href="#vdsp_libraries" class="toc">VDSP Libraries</a></span></div></li></ul></li></ul></li></ul></div></div><h2><a name="toolchain_libraries" id="toolchain_libraries">Toolchain Libraries</a></h2><div class="level2"></div><!-- SECTION [1-30] --><h3><a name="standard_libraries" id="standard_libraries">Standard Libraries</a></h3><div class="level3"><p> You can see some details of the current uClinux libaries in <a href="what_s_already_there.html" class="wikilink2" title="what_s_already_there.html"> this </a> section.</p></div><!-- SECTION [31-163] --><h3><a name="uclibc" id="uclibc">uClibc</a></h3><div class="level3"><p><a href="uclibc.html" class="wikilink1" title="uclibc.html">uClibc</a>, the C library used in uClinux, is a smaller implementation than those which ship with most modern Linux distributions.  The library has been designed to provide most of the calls that UNIX-like C programs will use.  If an application requires a feature that is not implemented in uClibc, the feature may be added to uClibc, linked in as a separate library, or it can be added to the application itself.  More information on uClibc is available from the main-line uClibc <a href="http://www.uclibc.org" class="urlextern" title="http://www.uclibc.org"  rel="nofollow">website</a></p></div><!-- SECTION [164-695] --><h3><a name="creating_libraries" id="creating_libraries">Creating Libraries</a></h3><div class="level3"><p> There are some hints on how to do this in <a href="adding_libraries.html" class="wikilink1" title="adding_libraries.html"> here </a></p></div><!-- SECTION [696-797] --><h3><a name="vdsp_libraries" id="vdsp_libraries">VDSP Libraries</a></h3><div class="level3"><p>Since VDSP++ does not use standard elf (where standard is defined as how the developers of gcc read the ELF specification), VDSP Libraries are not directly usable in gcc or uclinux. They must be compiled from source.</p></div><!-- SECTION [798-] --></body></html>

⌨️ 快捷键说明

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