Change Toolchain

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Change Toolchain

900件の閲覧回数
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 返信

769件の閲覧回数
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 件の賞賛
返信