ARMmbed / mbed-client-quickstart

DEPRECATED: Mbed Client example program.
https://cloud.mbed.com/docs/current
Other
16 stars 15 forks source link

yt target frdm-k64f-armcc build fail #71

Closed JingsaiLu closed 8 years ago

JingsaiLu commented 8 years ago

I want to debug the mbed os in keil. So I build it in armcc target. But it fail.

capture11

ciarmcom commented 8 years ago

ARM Internal Ref: IOTCLT-854

JingsaiLu commented 8 years ago

@ciarmcom what's mean?

yogpan01 commented 8 years ago

Hi, Do you have ARM Compiler installed ? You need to install it . Here is the link https://developer.arm.com/products/software-development-tools/compilers/arm-compiler-5/downloads

Remember this is a commercial compiler so you would need proper license as well. Check the link, it has description about it.

JingsaiLu commented 8 years ago

@yogpan01 Hi. Now, I have installed keil-mdk and could use armcc compile. But when I debug,the mdk does not appear as descriped in docs. captured

JingsaiLu commented 8 years ago

I want use an IDE to develop mbed os. which is supported and how to support it ?

JingsaiLu commented 8 years ago

When will Online compiler be revamped?

teetak01 commented 8 years ago

@jsplyy Hi, the Yotta-based example does not directly support any IDE's.

Also, have you taken a look to our newer example program using the latest mbed-os? https://github.com/armmbed/mbed-os-example-client

Its build-environment also supports IDE integration: https://github.com/armmbed/mbed-cli#exporting-to-desktop-ides

Do you still have any issues related to this repository or can this be closed?