Change Toolchain

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

Change Toolchain

851 次查看
Mike_d
Contributor IV

I'm trying to build the web_hvac_frdmk64f project from MQX 4.1.1 in KDS but it's looking for the 4.8.0 toolchain.  Where is it that it can be pointed to the 4.8.4 toolchain?

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

720 次查看
ivadorazinova
NXP Employee
NXP Employee

Hi Michael,

please modify definition

ifeq ($(TOOL),gcc_arm)

    TOOLCHAIN_ROOTDIR = <KDS_INSTALLION_DIR>\toolchain

Endif

in global.mak located under <MQX_ROOT_DIR> \build\common\make

Please, see the guide for more details Compiling MQX Libraries and Demos for the KDS Toolchain.

I hope this helps.

In case of any issue, please let me know.

Best Regards,

Iva

0 项奖励
回复