码迷,mamicode.com
首页 > 其他好文 > 详细

S32DS for power中gcc编译器的部分选项

时间:2020-01-03 09:13:06      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:header   options   files   ref   tin   gcc   lis   pat   compile   

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" .

S32DS for power中gcc编译器的部分选项

标签:header   options   files   ref   tin   gcc   lis   pat   compile   

原文地址:https://www.cnblogs.com/praiseslow/p/12142881.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!