Change Toolchain

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Change Toolchain

412 Views
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?

Labels (1)
0 Kudos
1 Reply

281 Views
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 Kudos