kendryte / kendryte-standalone-sdk

Standalone SDK for kendryte K210
https://kendryte.com
Apache License 2.0
440 stars 161 forks source link

执行 cmake ..-DPROJ=hello_world -G "MinGW Makefiles"没反应 #93

Closed Danielhui closed 5 years ago

Danielhui commented 5 years ago

Make sure you read and understand this document. Use one of the two templates below and delete the rest.


BUG REPORT PS D:\kendryte-standalone-sdk-0.5.6\build> cmake ..-DPROJ=hello_world -G "MinGW Makefiles" CMake Error: The source directory "D:/kendryte-standalone-sdk-0.5.6/build/..-DPROJ=hello_world" does not exist. Specify --help for usage, or press the help button on the CMake GUI. PS D:\kendryte-standalone-sdk-0.5.6\build>

Provide a Minimal, Complete, and Verifiable example which will reproduce the problem.

按照指南一步步执行到这执行不下去了

minux commented 5 years ago

.. 和 -DPROJ=hello_world 之间应该有一个空格。

cmake .. -DPROJ=hello_world -G "MinGW Makefiles"