-
Notifications
You must be signed in to change notification settings - Fork 184
Description
This problem seems related to issue:
#159 that was already solve.
When performing "mbed import" inside existing git tree, we've got the following error:
[mbed ERROR] Cannot import program in the specified location "/sharedhome/jenkog01/work/provisioning/out/k64f_mbedos_gnuc-debug/spv-lib/mbed-os" because it's already part of a program.
[mbed ERROR] Please change your working directory to a different location or use "mbed add" to import the URL as a library.
Our tree that can be compiled with various toolchains.
What we want is the ability to import mbed-os and compile our tree with mbed-os.
We prefer to compile inside the tree in predefined folder named "out" and not outside the tree.
The above issue was about using "mbed compile" inside the tree. This issue was solved, but the issue of mbed import is remained.