zoukankan      html  css  js  c++  java
  • S32DS for power中gcc编译器的部分选项

    updates libraries (-L) paths in compiler and linker options

    3.14 Options for Directory Search
    These options specify directories to search for header files, for libraries and for parts of the
    compiler:
    -Idir
    Add the directory dir to the head of the list of directories to be searched for
    header files.

    -Ldir
    Add directory dir to the list of directories to be searched for ‘-l’.


    Script files (-T) This option passes the -T argument to the C/C++ linker file. This option is
    supported by most systems using the GNU linker. On some targets, such
    as bare-board targets without an operating system, the -T option may be
    required when linking to avoid references to undefined symbols
    For A53 SoC, this parameter is set to: "${ProjDirPath}/
    Project_Settings/Linker_Files/S32V_CA53_ram.ld" .

    Please note that GCC adds prefix "lib" and the extension ".a" to the library name entered into the above dialog by default.

  • 相关阅读:
    [HNOI2013]切糕
    [POI2015]Kinoman
    「NOI2014」动物园
    [ZJOI2006]书架
    [HEOI2015]定价
    bzoj1833 数字计数
    bzoj2565 最长双回文子串
    bzoj4198 荷马史诗
    bzoj1193 马步距离
    bzoj3329 Xorequ
  • 原文地址:https://www.cnblogs.com/praiseslow/p/12142881.html
Copyright © 2011-2022 走看看