PelionIoT / pelion-border-router

Pelion Border Router repository containing Border Router with Pelion Device Management Client
Apache License 2.0
6 stars 10 forks source link

The latest version can't build on Windows 10 #4

Open mbazdar opened 3 years ago

mbazdar commented 3 years ago

I have cloned the actual code, installed Mbed Studio and Mbed CLI (both 1 and 2), did everything as explained in file README.md, but I CAN'T arrive to build it. I am getting the following error (the same environment is building well nanostack-border-router):

Compile [ 0.2%]: cloud_client_helper.cpp [ERROR] arm-none-eabi-g++: error: CreateProcess: No such file or directory

[mbed] ERROR: "c:\ProgramData\Mbed Studio\mbed-studio-tools\python\python.exe" returned error. Code: 1 Path: "c:\Users\miodragbazdar\Mbed Programs\pelion-border-router" Command: "c:\ProgramData\Mbed Studio\mbed-studio-tools\python\python.exe -u c:\Users\miodragbazdar\Mbed Programs\pelion-border-router\mbed-os\tools\make.py -t GCC_AR M -m DISCO_F769NI --source . --build .\BUILD\DISCO_F769NI\GCC_ARM" Tip: You could retry the last command with "-v" flag for verbose output

Am I missing something, or there is some problem in the code?

teetak01 commented 3 years ago

Hi @mbazdar

it would seem that it does not find the compiler for C++ ?

Are you able to compile something more basic like https://github.com/ARMmbed/mbed-os-example-blinky ?

Could you verify if the compiler was installed correctly?

did you try to use Mbed Studio with ARM compiler?