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
Describe the bug
I have a copy of the mbed os, but using the --mbed-os-path doesn't change the directory that cmake attempts to use; it always assumes that the os is right in the current directory.
To Reproduce
Steps to reproduce the behavior:
Run mbedtools new PATH to download the mbed os.
Run mbedtools new -c OS_PATH to create a project without copying the entire operating system.
Run mbedtools compile [...] --mbed-os-path OS_PATH
See error
Expected behavior
The --mbed-os-path setting should modify the MBED_PATH so that cmake is pointed to the correct os directory.
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a copy of the mbed os, but using the
--mbed-os-path
doesn't change the directory that cmake attempts to use; it always assumes that the os is right in the current directory.To Reproduce
Steps to reproduce the behavior:
mbedtools new PATH
to download the mbed os.mbedtools new -c OS_PATH
to create a project without copying the entire operating system.mbedtools compile [...] --mbed-os-path OS_PATH
Expected behavior
The
--mbed-os-path
setting should modify theMBED_PATH
so that cmake is pointed to the correct os directory.The text was updated successfully, but these errors were encountered: