CovidBraceletPrj / CovidBracelet

Covid Bracelet Code for Zephyr OS
Apache License 2.0
14 stars 6 forks source link

platformio run cannot build "desktop" version #4

Closed pinkit-cwa closed 4 years ago

pinkit-cwa commented 4 years ago

end of out is:

Processing desktop (platform: native)

Verbose mode can be enabled via -v, --verbose option LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ off Found 2 compatible libraries Scanning dependencies... Dependency Graph |-- 2.23.0 Error: Nothing to build. Please put your source code files to '/home/a/bracelets/CovidBracelet/src' folder ============================================================== [FAILED] Took 0.80 seconds ==============================================================

Environment Status Duration


nrf52840_dk SUCCESS 00:00:05.220 desktop FAILED 00:00:00.797 ======================================================== 1 failed, 1 succeeded in 00:00:06.017 ========================================================

olafland commented 4 years ago

@prathje, could you have a look? We need the Desktop mode for testing the Mbed Stuff, correct?

prathje commented 4 years ago

Yes, the desktop mode is currently only used for testing. However as all src files are ignored, there is indeed nothing to built. This is fixed with b99f373 👍