• Buildroot 外部编译器配置


    /******************************************************************************
     *                    Buildroot 外部编译器配置
     * 说明:
     *     配置一下Buildroot外部编译器,看能否正常工作,目前测试工作正常。
     *
     *                                         2017-7-10 深圳 龙华樟坑村 曾剑锋
     *****************************************************************************/
    
    一、gcc-linaro eabihf交叉编译器下载:
        https://releases.linaro.org/components/toolchain/binaries/
    
    二、eabihf交叉编译器支持配置:
     Target options ────────────────────────────────────────────────────────────
      ┌──────────────────────────── Target options ────────────────────────────┐
      │  Arrow keys navigate the menu.  <Enter> selects submenus ---> (or      │  
      │  empty submenus ----).  Highlighted letters are hotkeys.  Pressing <Y> │  
      │  selectes a feature, while <N> will exclude a feature.  Press          │  
      │  <Esc><Esc> to exit, <?> for Help, </> for Search.  Legend: [*]        │  
      │ ┌────────────────────────────────────────────────────────────────────┐ │  
      │ │        Target Architecture (ARM (big endian))  --->                │ │  
      │ │        Target Binary Format (ELF)  --->                            │ │  
      │ │        Target Architecture Variant (cortex-A9)  --->               │ │  
      │ │    [ ] Enable NEON SIMD extension support                          │ │  
      │ │    [*] Enable VFP extension support                                │ │  
      │ │        Target ABI (EABIhf)  --->                                   │ │  
      │ │        Floating point strategy (VFPv3-D16)  --->                   │ │  
      │ │        ARM instruction set (ARM)  --->                             │ │  
      │ │                                                                    │ │  
      │ │                                                                    │ │  
      │ └────────────────────────────────────────────────────────────────────┘ │  
      ├────────────────────────────────────────────────────────────────────────┤  
      │        <Select>    < Exit >    < Help >    < Save >    < Load >        │  
      └────────────────────────────────────────────────────────────────────────┘  
    
    三、交叉编译器配置:
     Toolchain ─────────────────────────────────────────────────────────────────
      ┌────────────────────────────── Toolchain ───────────────────────────────┐
      │  Arrow keys navigate the menu.  <Enter> selects submenus ---> (or      │  
      │  empty submenus ----).  Highlighted letters are hotkeys.  Pressing <Y> │  
      │  selectes a feature, while <N> will exclude a feature.  Press          │  
      │  <Esc><Esc> to exit, <?> for Help, </> for Search.  Legend: [*]        │  
      │ ┌────────────────────────────────────────────────────────────────────┐ │  
      │ │        Toolchain type (External toolchain)  --->                   │ │  
      │ │        *** Toolchain External Options ***                          │ │  
      │ │        Toolchain (Custom toolchain)  --->                          │ │  
      │ │        Toolchain origin (Pre-installed toolchain)  --->            │ │  
      │ │    (/home/zengjf/buildroot/arm-gcc) Toolchain path                 │ │  
      │ │    (arm-linux-gnueabihf) Toolchain prefix                          │ │  
      │ │        External toolchain gcc version (5.x)  --->                  │ │  
      │ │        External toolchain kernel headers series (4.0.x)  --->      │ │  
      │ │        External toolchain C library (glibc/eglibc)  --->           │ │  
      │ │    [*] Toolchain has SSP support?                                  │ │  
      │ │    [*] Toolchain has RPC support?                                  │ │  
      │ │    [*] Toolchain has C++ support?                                  │ │  
      │ │    ()  Extra toolchain libraries to be copied to target            │ │  
      │ │    [ ] Copy gdb server to the Target                               │ │  
      │ │        *** Host GDB Options ***                                    │ │  
      │ └────v(+)────────────────────────────────────────────────────────────┘ │  
      ├────────────────────────────────────────────────────────────────────────┤  
      │        <Select>    < Exit >    < Help >    < Save >    < Load >        │  
      └────────────────────────────────────────────────────────────────────────┘  
  • 相关阅读:
    牛客寒假算法基础集训营1 C 小a与星际探索(思维+异或)
    牛客寒假算法基础集训营4 E Applese 涂颜色
    Python的range()函数用法
    R语言读取XML数据
    R语言如何读取.csv文件
    反转链表
    HashSet HashTable HashMap 区别
    输入两个整数 n 和 m,从数列1,2,3.......n 中随意取几个数,使其和等于 m ,要求将其中所有的可能组合列出来.
    Activity生命周期之我见
    左旋转字符串
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/7145352.html
Copyright © 2020-2023  润新知