OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 4175|回复: 0

编译驱动时,需要指定交叉编译器

[复制链接]

6

主题

16

帖子

0

精华

初级会员

Rank: 2

积分
61
金钱
61
注册时间
2019-7-31
在线时间
16 小时
发表于 2020-4-28 22:25:20 | 显示全部楼层 |阅读模式
在顶层Makefile中(指定交叉编译器)242 # CROSS_COMPILE specify the prefix used for all executables used
243 # during compilation. Only gcc and related bin-utils executables
244 # are prefixed with $(CROSS_COMPILE).
245 # CROSS_COMPILE can be set on the command line
246 # make CROSS_COMPILE=ia64-linux-
247 # Alternatively CROSS_COMPILE can be set in the environment.
248 # A third alternative is to store a setting in .config so that plain
249 # "make" in the configured kernel build directory always uses that.
250 # Default value for CROSS_COMPILE is not to prefix executables
251 # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
252 #ARCH           ?= $(SUBARCH)
253 #CROSS_COMPILE  ?= $(CONFIG_CROSS_COMPILE:"%"=%)
254 ARCH ?= arm
255 CROSS_COMPILE ?= arm-linux-gnueabihf-
256
257
258 # Architecture as present in compile.h
259 UTS_MACHINE     := $(ARCH)
260 SRCARCH         := $(ARCH)
261
262 # Additional ARCH settings for x86
263 ifeq ($(ARCH),i386)




正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2024-11-25 09:57

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表