¿How fix a error this error of compilation in KDS and MQX?

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

¿How fix a error this error of compilation in KDS and MQX?

576 Views
luisherrera
Contributor I

Hello, i'm a beginner in KDS and MQX and I need  implement RTOS MQX in a Freedom k64F. I have this problem when I try to compile my project: 

arm-none-eabi-gcc: error: /opt/Freescale/KDS_3.0.0/toolchain/lib/gcc/arm-none-eabi/4.8.0/m4/fp/v4-sp-d16/libgcc.a: No such file or directory

arm-none-eabi-gcc: error: /opt/Freescale/KDS_3.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libc.a: No such file or directory

arm-none-eabi-gcc: error: /opt/Freescale/KDS_3.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libsupc++.a: No such file or directory

arm-none-eabi-gcc: error: /opt/Freescale/KDS_3.0.0/toolchain/arm-none-eabi/lib/m4/fp/v4-sp-d16/libm.a: No such file or directory

Notes:
I use Ubuntu 16.04 LTS.
KDS ver 3.0.0 but previously I used 3.2.0 with the same results.
I don't find a lot information about KIDS and MQX so I used youtube this tutorial:

3 Primer Proyecto Con MQX - YouTube 

thanks and if you know a best tutorial please let me know.

Labels (1)
0 Kudos
1 Reply

425 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi luis:

From your message, it seems the tool chain isn't installed correctly. you can check the relative folder to see whether the complained libraries exist. I would suggest you reinstall MQX RTOS 4.2.0 Linux Base and KDS 3.2 again.

Please also check below link

https://community.nxp.com/message/534518 

Regards

Daniel

0 Kudos