You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The mbed build tools in this program require Python modules that are not installed.\n"
1163
-
"This might prevent you from compiling your code or exporting to IDEs and other toolchains.\n"
1163
+
"This might prevent compiling code or exporting to IDEs and other toolchains.\n"
1164
1164
"The missing Python modules are: %s\n"
1165
-
"You can install all missing modules by opening a command prompt in \"%s\"and running \"pip install -r %s\""% (', '.join(missing), mbed_os_path, fname))
1165
+
"You can install all missing modules by running \"pip install -r %s\"in \"%s\""% (', '.join(missing), mbed_os_path, fname))
dict(name=['-c', '--clean'], action='store_true', help='Clean the build directory before compiling'),
1715
+
dict(name=['-S', '--supported'], dest='supported', action='store_true', help='Displays supported matrix of targets and toolchains'),
1715
1716
dict(name='--library', dest='compile_library', action='store_true', help='Compile the current %s as a static library.'%cwd_type),
1716
1717
dict(name='--tests', dest='compile_tests', action='store_true', help='Compile tests in TESTS directory.'),
1717
1718
dict(name='--test_spec', dest="test_spec", help="Destination path for a test spec file that can be used by the Greentea automated test tool. (Default is 'test_spec.json')"),
1718
1719
help='Compile program using the native mbed OS build system.')
0 commit comments