Skip to content

Commit 8aef628

Browse files
authored
Merge pull request #57 from foss-for-synopsys-dwc-arc-processors/ipozdnov-patch-1
Update README.md
2 parents 4f2688c + 0e00ac3 commit 8aef628

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,15 @@ Please be aware that the list of specializations is not guaranteed to be backwar
8787
---------------
8888
1. Optimal performance for 8-bit data requires version of MetaWare Development Tools 2019.06 or later
8989

90+
## Frequently Asked Questions
91+
---------------
92+
93+
Q: Can I use ARC GNU tools to build embARC MLI library?
94+
A: No you cannot. embARC MLI Library must be built by MetaWare Development Tools only. Read the documentation at [embarc.org]( https://embarc.org/embarc_mli/doc/build/html/getting_started/getting_started.html#build-library) for details
95+
96+
Q: Can I use MetaWare Development Tools Lite to pre-build embARC MLI library and ARC GNU to build example application?
97+
A: No you cannot. embARC MLI Library must be built by full version of MetaWare Development Tools. Binaries built with MWDT Lite are not compatible with ARC GNU Tools and full MetaWare Development Tools. Read the MWDT Lite documentation for details.
98+
99+
Q: I can not build and run example application for my Synopsys board (EMSK, IoTDK, etc), what I shall do?
100+
A: If you build for Synopsys boards refer to documentation [embarc.org](https://embarc.org/platforms.html) as a good starting point.
101+
You should also note that example applications support different configurations for pre trained models and thus memory requirements, not all configurations can be built and run on Synopsys boards due to memory limitations and HW capabilities, read example application readme for details. embARC MLI Library must be also pre built specifically for your board by MetaWare Development Tools. Please note that makefiles provided with examples are configured for IoTDK only if GNU tools are used.

0 commit comments

Comments
 (0)