ARMmbed / mbed-cli

Arm Mbed Command Line Interface
https://os.mbed.com
Apache License 2.0
333 stars 176 forks source link

source file detection totally fails in windows #168

Closed jupe closed 8 years ago

jupe commented 8 years ago

Why mbed compile go to browse my AppData folder ?

versions: mbed-cli: 0.3.2 OS: windows 7

c:\Users\<user>\git\github\ARMmbed\mbed-client-testapp>mbed compile -m K64F -t GCC_ARM -j 0 -c
Building project jusvat01 (K64F, GCC_ARM)
Warning: Multiple linker scripts detected: ..\..\..\..\..\AppData\Local\Atlassian\SourceTree\git_local\lib\perl5\5.8.8\msys\auto\DynaLoader\extralibs.ld -> ..\..\..\..\..\AppData\Local\Atlassian\SourceTree\git_local\lib\perl5\5.8.8\msys\auto\sdbm\extralibs.ld

finally compiling fails to this kind of line:

[ERROR] [Error 3] The system cannot find the path specified: '..\\..\\..\\..\\..\\.build\\K64F\\GCC_ARM\\Dowloads\\android\\..
bogdanm commented 8 years ago

Why mbed compile go to browse my AppData folder ?

That's the best question I've heard in a while. No idea why that's happening :fearful: @screamerbg ?

screamerbg commented 8 years ago

@jupe Can you please try with the latest mbed CLI (0.5.0) ?

jupe commented 8 years ago

seems that latest mbed-cli works better (v0.5.0). I'll close this for now.