`
trans
  • 浏览: 18454 次
  • 来自: ...
最近访客 更多访客>>
社区版块
存档分类
最新评论

step by step -- mininum system (on-editing)

阅读更多
Introduction
After installing each package, delete its source and build directories, unless specifically instructed otherwise.
tool chains
[list]
  • Binutils - Pass 1
  • mkdir -v ../binutils-build
    cd ../binutils-build
    

    CC="gcc -B/usr/bin/" ../binutils-2.17/configure \
        --prefix=/tools --disable-nls --disable-werror
    

    make
    make install
    

    make -C ld clean
    make -C ld LIB_PATH=/tools/lib
    cp -v ld/ld-new /tools/bin
    

    [/list]
    分享到:
    评论

    相关推荐

      Android平台下的RTP,RTCP实现

      RTPAppIntf - the mininum callback interface RTPCAppIntf - optional interface for receing RTCP packets RTCPAVPFIntf - optional interface for RTP with feedback DebugAppIntf - optional interface for ...

      More Effective Coroutines [PRO] v3.12.0

      The free version of MEC contains the mininum set of features, whereas the Pro version contains the full set. Both versions run on the same super-fast core. Switching between MEC coroutines and Unity...

      MoreEffectCoroutinesProV3.10.1.unitypackage

      The free version of MEC contains the mininum set of features, whereas the Pro version contains the full set. Both versions run on the same super-fast core. Switching between MEC coroutines and Unity...

      MoreEffectiveCoroutinesV3.08.0.unitypackage

      The free version of MEC contains the mininum set of features, whereas the Pro version contains the full set. Both versions run on the same super-fast core. Switching between MEC coroutines and ...

      Android代码-Ludo

      This app belongs to the group of Privacy Friendly Apps developed by the Technische Universität Darmstadt. Download and more Information Further development requires Android Studio, we recommend to ...

      Minimum Snap轨迹规划详解(1)轨迹规划入门

      轨迹规划详解(1)轨迹规划入门 Minimum Snap轨迹规划是一种常用的轨迹规划方法,主要用于机器人的运动规划。轨迹规划的目的是为了找到一条从起点到终点的平滑曲线,以便控制机器人的运动。 ...

      Oracle_create_tablespace语法详解.docx

      本文将对 Oracle Create Tablespace 语法进行详细的解释和分析,从 undo 表空间到表空间的创建,DATAFILE 的设置,MININUM EXTENT,BLOCKSIZE,logging clause,FORCE LOGGING,DEFAULT storage_clause 等方面。...

      创建表空间参数详解

      name [DATAFILE datefile_spec1 [,datefile_spec2] ......[ { MININUM EXTENT integer [k|m] | BLOCKSIZE integer [k]|logging clause|FORCE LOGGING|DEFAULT {data_segment_compression} storage_clause|[online|...

      SuSE_Linux_DNS服务器简单配置

      DNS(Domain Name System)是互联网上的一种域名解析系统,用于将人类可读的域名转换为机器可读的 IP 地址。DNS 服务器是指运行 DNS 软件的服务器,负责将域名解析为 IP 地址。 BIND 是一个常用的 DNS 服务器软件,...

      plausible-hugo:plausible.io和gohugo.io之间的简单整合

      plausible-hugo:主题组件和Hugo模块 根据他们的网站, “可信分析是Google Analytics(分析)的一种简单,开放源代码,轻量级(小于1 KB)且对隐私友好的Web分析”。...Mininum config.toml文件 theme = [

      winfrom控件知识总结

      通过 `Value`、`Minimum` 和 `Maximum` 属性设置进度范围,`Step` 和 `PerformStep` 方法用于更新进度值。ProgressBar 提供了水平和垂直两种样式。 #### Timer 定时器控件 Timer 控件用于执行定时操作,如定期更新...

      sfdctoinsights:将 SFDC 日志数据移动到 New Relic Insights 的工具

      a) 下载并安装 mininum Ruby 2.0 版。 b) 下载并安装 mininum Rails 4.0 版。 c) 安装 Postgres。 克隆应用程序。 解压缩并导航到应用程序根目录。 运行 bundle 命令以安装所需的 gem。 在 /config/application.rb ...

      查看数据库性能

      END AS MININUM, CASE METRIC_NAME WHEN 'SQLServiceResponseTime' THEN ROUND((MAXVAL / 100), 2) WHEN 'ResponseTimePerTxn' THEN ROUND((MAXVAL / 100), 2) ELSE MAXVAL END AS MAXIMUM, CASE METRIC_NAME...

      迪杰斯特拉算法

      此外,还需要定义一个辅助函数`mininum`,用来寻找未被访问过的顶点中距离源点最近的一个。 ```c int mininum(int* dist) { int i, min = MAX, min_i; for (i = 0; i ; i++) { if (dist[i] != 0 && dist[i] [i] ...

      cifafenxi.rar_编译器/解释器_Java_

      1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;...6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。

      详解用Nginx搭建CDN服务器方法(图文)

      在搭建和配置CDN服务器的过程中,还需要注意对缓存的合理管理,例如通过设置mininum inactive(最小非活跃时间)来决定缓存内容在多久不被访问后清除,以及通过设定max_size来限制缓存目录的最大容量,确保缓存...

      一种新的最小凸包算法及其程序

      压缩包中的"Mininum_Convex_Hull_vc6"文件很可能是包含了源代码和相关资源的项目文件。为了理解和使用这个程序,你需要打开并编译该项目,查看源代码以了解实现细节。可能包含的文件有头文件(.h)、源文件(.cpp)...

      oracle查询优化

      END AS MININUM, CASE METRIC_NAME WHEN 'SQLServiceResponseTime' THEN ROUND((MAXVAL / 100), 2) WHEN 'ResponseTimePerTxn' THEN ROUND((MAXVAL / 100), 2) ELSE MAXVAL END AS MAXIMUM, CASE METRIC_NAME...

    Global site tag (gtag.js) - Google Analytics