ARMmbed / mbed-os-example-for-aws

Mbed OS example to connect to AWS IoT Core
Apache License 2.0
15 stars 21 forks source link

Errors when building in mbed studio #3

Closed Hphipps closed 4 years ago

Hphipps commented 4 years ago

Errors when building in mbed studio.

0xc0170 commented 4 years ago

@Hphipps please provide more details. what errors are there? What version of tools you use? Anything that will help to reproduce it locally.

LDong-Arm commented 4 years ago

With Arm Compiler 6.13 (same one in Mbed Studio) and CLI:

Compile [  4.8%]: NanostackRfPhyAT86RF215.cpp                                                                                                                                                                     
[Error] version@1,1: expected unqualified-id

There's no issue with GCC_ARM.

I think this is what happened? We should probably look into it @0xc0170

LDong-Arm commented 4 years ago

Hi @Hphipps, we've fixed the issue. Would you please try a clean fetch and build?

(This issue was closed automatically by GitHub as we merged #7)

Hphipps commented 4 years ago

Builds with no issues now. Thanks for the fix.