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