ARMmbed / mbed-os-example-client

DEPRECATED: This is the mbed Client example application for mbed OS.
https://cloud.mbed.com/docs/current/welcome/index.html
Other
20 stars 58 forks source link

Fail building with uvision5 #141

Closed SYuPing closed 7 years ago

SYuPing commented 7 years ago

Hi,

I want to use Keil to build this project, and I command "mbed export -i uvision5" on mbed-cli, Then I open the file which was exported and try to build, but the error shows:

Error: Project 'mbed-os-example-client-master', Target 'mbed-os-example-client-master', Device 'Freescale::MK64FN1M0xxx12' is not supported by Toolchain ! . Build Time Elapsed: 00:00:00

How to solve this? the toolchain which I used is gcc not ARMCC, is this reason caused?

ciarmcom commented 7 years ago

ARM Internal Ref: IOTCLT-1304

SeppoTakalo commented 7 years ago

Use Keil pack installer to install the support packages for these boards.

screen shot 2016-12-12 at 14 57 51

For me, its in C:\Keil_V4\UV4\PackInstaller.exe

Search for K64F On the right panel, install required packs.

SYuPing commented 7 years ago

OK, I could build project after I installed required packs. Thanks a lot.

Close this issue