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

📄 porting_visual_dsp_program_to_uclinux.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><h1><a name="porting_vdsp_applications_to_linux" id="porting_vdsp_applications_to_linux">Porting VDSP++ Applications to Linux</a></h1><div class="level1"><p> Although VDSP++ is a good system for many people to develop with, it can not compete with the amount of code that can be consumed with gcc, or run in the Linux environments. It may be useful for some people to take C, C++ or assembly code that was written for VDSP, and recompile it with gcc, g++ or gas, in order that it can be used in a Linux environment. Since uClinux is a full-featured operating system, the application environment differs from VDSP in many ways. Any porting work must be treated on a case by case. This page collects some common guidelines and tricks to deal with certain special cases. </p><p>Once an application/library has been ported to gcc and debugged under the uClinux kernel environment, it can be used just like any other uClinux application/library.</p><p> </p><ul><li class="level1"><div class="li"> <a href="port_c_c_source_code_from_vdsp_to_uclinux.html" class="wikilink1" title="port_c_c_source_code_from_vdsp_to_uclinux.html">Port C/C++ source code from VDSP to uClinux</a></div></li><li class="level1"><div class="li"> <a href="port_assembly_source_code_from_vdsp_to_uclinux.html" class="wikilink1" title="port_assembly_source_code_from_vdsp_to_uclinux.html">Port assembly source code from VDSP to uClinux</a></div></li><li class="level1"><div class="li"> <a href="linking_and_loading_ported_program.html" class="wikilink1" title="linking_and_loading_ported_program.html">Linking and loading ported program</a></div></li></ul><p> For those moving from VDSP++ to uClinux and gcc, you also may be interested in the section on <a href="libraries.html" class="wikilink1" title="libraries.html">libraries</a>, to see how to use the existing <a href="libbfdsp.html" class="wikilink1" title="libbfdsp.html">libbfdsp</a>. </p></div></body></html>

⌨️ 快捷键说明

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