foss-for-synopsys-dwc-arc-processors / embarc_osp

embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC
https://www.embarc.org/
BSD 3-Clause "New" or "Revised" License
70 stars 62 forks source link

Missing makefile arguments for building, running and debugging #170

Closed achuykov closed 2 years ago

achuykov commented 2 years ago

Issue Summary


Bug

Bug Description

A copy-paste issue in code snippets in EMSK docs (see links). So, make arguments are same for building, running and debugging

  1. https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/blob/master/doc/documents/board/emsk.rst#building
  2. https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/blob/master/doc/documents/board/emsk.rst#running
  3. https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/blob/master/doc/documents/board/emsk.rst#debugging
YuguoWH commented 2 years ago

fixed via ed742d6