@@ -268,17 +268,18 @@ Installing the libraries with debug symbols can be useful when debugging, but wi
268
268
Updating the libraries without debug symbols
269
269
============================================
270
270
271
- There is a single command to update the libraries without debug symbols.
271
+ There is a set of commands to update the libraries without debug symbols.
272
272
273
- * When using the command line, run the command in the project folder.
274
- * When using the |nRFVSC |, open a terminal and choose :guilabel: `nRF Terminal `, then run the command there.
273
+ * When using the command line, run the commands in the project folder.
274
+ * When using the |nRFVSC |, open a terminal and choose :guilabel: `nRF Terminal `, then run the commands there.
275
275
276
- Use the following command :
276
+ Use the following commands :
277
277
278
278
.. parsed-literal ::
279
279
:class: highlight
280
280
281
- west build -b nrf52840dk/nrf52840 -t install_openthread_libraries -- -DOPENTHREAD_BUILD_OUTPUT_STRIPPED=y
281
+ west build -b nrf52840dk/nrf52840 -- -DOPENTHREAD_BUILD_OUTPUT_STRIPPED=y
282
+ west build -d build/cli -t install_openthread_libraries
282
283
283
284
This command builds two versions of the libraries, with and without debug symbols, and installs only the version without debug symbols.
284
285
|board_note_for_updating_libs |
@@ -287,17 +288,18 @@ The :kconfig:option:`CONFIG_OPENTHREAD_BUILD_OUTPUT_STRIPPED` Kconfig option wil
287
288
Updating the libraries with debug symbols
288
289
=========================================
289
290
290
- There is a single command to update the libraries with debug symbols.
291
+ There is a set of commands to update the libraries with debug symbols.
291
292
292
- * When using the command line, run the command in the project folder.
293
- * When using the |nRFVSC |, open a terminal and choose :guilabel: `nRF Terminal `, then run the command there.
293
+ * When using the command line, run the commands in the project folder.
294
+ * When using the |nRFVSC |, open a terminal and choose :guilabel: `nRF Terminal `, then run the commands there.
294
295
295
- Use the following command :
296
+ Use the following commands :
296
297
297
298
.. parsed-literal ::
298
299
:class: highlight
299
300
300
- west build -b nrf52840dk/nrf52840 -t install_openthread_libraries
301
+ west build -b nrf52840dk/nrf52840
302
+ west build -d build/cli -t install_openthread_libraries
301
303
302
304
|board_note_for_updating_libs |
303
305
0 commit comments