We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c3daa commit cde93a5Copy full SHA for cde93a5
README.md
@@ -43,7 +43,7 @@ The following are the steps required to install the application:
43
44
## Compile
45
To compile the example program use `mbed compile` while specifying the target platform and the compiler.
46
-For example, in order to compile using the ARM GCC compiler and a K64F target platform use: `mbed compile -m K64F -t ARM`.
+For example, in order to compile using the ARM GCC compiler and a K64F target platform use: `mbed compile -m K64F -t GCC_ARM`.
47
48
Once the compilation is completed successfully a binary file will be created: `./BUILD/K64F/GCC_ARM/mbed-os-example-mbed-crypto.bin`
49
0 commit comments