What is difference between arm-poky-linux-gnueabi-gcc vs gcc-arm-none-eabi ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

What is difference between arm-poky-linux-gnueabi-gcc vs gcc-arm-none-eabi ?

4,228 次查看
rakesh_patel
Senior Contributor I

Board

=========

imx6sx 

 

A9 core BSP:

=======

imx-linux-zeus -m imx-5.4.24-2.1.0.xml

 

A9 core BSP gcc:

======

arm-poky-linux-gnueabi-gcc

 

M4 core BSP:

========

FreeRTOS_BSP_1.0.1_iMX6SX

 

GCC

=======

gcc-arm-none-eabi which is system dependent.

 

Query:

======

1) what is difference between arm-poky-linux-gnueabi-gcc vs gcc-arm-none-eabi toolchain ?

2) is it possible to use A9 BSP toolchain for M4 BSP compilation ?

标签 (1)
0 项奖励
回复
1 回复

4,215 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello rakesh,

 

arm-poky is the default compiler of yocto in linux for armv7, while gcc-arm is the compiler from gnu for embedded system, yes you can compile the m4 in A9 but careful change the -mtune=cortex-m4.

regards

 

0 项奖励
回复