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
Copy file name to clipboardExpand all lines: cmsis-pack-examples/README.md
+18-57Lines changed: 18 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,14 +142,17 @@ Python3.9 but this may change for future releases.
142
142
143
143
## Launch project in Visual Studio Code
144
144
145
-
Upon opening the project in Visual Studio Code, `vcpkg` will automatically install the required packages as specified in the manifest file [vcpkg-configuration.json](vcpkg-configuration.json).
145
+
Upon opening the project in Visual Studio Code, `vcpkg` will automatically install the required packages as specified in
146
+
the manifest file [vcpkg-configuration.json](vcpkg-configuration.json). These may include the FVP binaries.
146
147
147
148
## Download Software Packs
148
149
149
150
Once `vcpkg` has finished configuring the environment, a prompt will appear to install the required CMSIS packs for this project:
150
151
151
152

152
153
154
+
Recent versions of CMSIS toolbox will automatically install the missing packs when a project is built.
155
+
153
156
Alternatively, the packs can be installed manually be opening up a Terminal in Visual Studio Code (Ctrl + Shift + `) and running the following commands:
154
157
155
158
```
@@ -166,46 +169,21 @@ Use the CMSIS tab in the Activity Bar to build, run and debug the use case sampl
166
169
Simply use the drop-down menus to specify your build, then click the Build button. The output should look similar to the following:
info cbuild: Build Invocation 2.0.0 (C) 2023 Arm Ltd. and Contributors
172
-
/home/armuser/Development/ML-examples/cmsis-pack-examples/object-detection/object-detection.Debug+AVH-SSE-300-U55.cprj - info csolution: file generated successfully
173
-
/home/armuser/Development/ML-examples/cmsis-pack-examples/object-detection/object-detection.Debug+AVH-SSE-300-U55.cbuild.yml - info csolution: file is already up-to-date
174
-
/home/armuser/Development/ML-examples/cmsis-pack-examples/mlek.cbuild-idx.yml - info csolution: file is already up-to-date
info cbuild: (1/1) Processing context: "object-detection.Debug+AVH-SSE-300-U55"
178
-
info cbuild: clean finished successfully!
179
-
180
-
M650: Command completed successfully.
181
-
182
-
M652: Generated file for project build: '/home/armuser/Development/ML-examples/cmsis-pack-examples/tmp/object-detection/AVH-SSE-300-U55/Debug/CMakeLists.txt'
183
-
-- The C compiler identification is ARMClang 6.20.2
184
-
-- The CXX compiler identification is ARMClang 6.20.2
185
-
-- Detecting C compiler ABI info
186
-
-- Detecting C compiler ABI info - done
187
-
-- Check for working C compiler: /home/armuser/.config/Code/User/globalStorage/ms-vscode.vscode-embedded-tools/vcpkg/root/downloads/artifacts/vcpkg-artifacts-arm/compilers.arm.armclang/6.20.0/bin/armclang - skipped
188
-
-- Detecting C compile features
189
-
-- Detecting C compile features - done
190
-
-- Detecting CXX compiler ABI info
191
-
-- Detecting CXX compiler ABI info - done
192
-
-- Check for working CXX compiler: /home/armuser/.config/Code/User/globalStorage/ms-vscode.vscode-embedded-tools/vcpkg/root/downloads/artifacts/vcpkg-artifacts-arm/compilers.arm.armclang/6.20.0/bin/armclang - skipped
193
-
-- Detecting CXX compile features
194
-
-- Detecting CXX compile features - done
195
-
-- Registered toolchain version 6.20.0 does not match running version 6.20.2
196
-
-- Configuring done
197
-
-- Generating done
198
-
-- Build files have been written to: /home/armuser/Development/ML-examples/cmsis-pack-examples/tmp/object-detection/AVH-SSE-300-U55/Debug
199
-
[1/257] Building C object CMakeFiles/object-detection.dir/home/armuser/.cache/arm/packs/ARM/V2M_MPS3_SSE_300_BSP/1.3.0/Native_Driver/systimer_armv8-m_timeout.o
/home/kshsis01/eco-projects/oss/ML-examples/cmsis-pack-examples/mlek.csolution.yml - warning csolution: cproject.yml files should be placed in separate sub-directories
175
+
/home/kshsis01/eco-projects/oss/ML-examples/cmsis-pack-examples/mlek.csolution.yml - warning csolution: cproject.yml files should be placed in separate sub-directories
(1/1) Building context: "object-detection.Release+AVH-SSE-300-U55"
178
+
Building CMake target 'object-detection.Release+AVH-SSE-300-U55'
179
+
[1/306] Building CXX object CMakeFiles/Group_MainStatic.dir/home/kshsis01/eco-projects/oss/ML-examples/cmsis-pack-examples/object-detection/src/InputFiles.o
180
+
[2/306] Building C object CMakeFiles/Group_Retarget.dir/home/kshsis01/eco-projects/oss/ML-examples/cmsis-pack-examples/device/corstone/src/retarget.o
Warning: L6439W: Multiply defined Global Symbol flatbuffers::flatbuffer_version_string defined in .data._ZN11flatbuffers25flatbuffer_version_stringE(Model.o) rejected in favor of Symbol defined in .data._ZN11flatbuffers25flatbuffer_version_stringE(Classifier.o).
204
182
...
205
-
...
206
-
"/home/armuser/Development/ML-examples/cmsis-pack-examples/object-detection/linker/mps3-sse-300.sct", line 104 (column 14): Warning: L6314W: No section matches pattern *.o(activation_buf_dram).
207
-
Finished: 0 information, 129 warning and 0 error messages.
0 commit comments