Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Digital Signal Processing Engine Library
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
DSPE
Digital Signal Processing Engine Library
Wiki
VSCode DSPElib readme
VSCode DSPElib readme
· Changes
Page history
MSYS2 - info update
authored
4 years ago
by
Marek Blok
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VSCode-DSPElib-readme.md
+8
-3
8 additions, 3 deletions
VSCode-DSPElib-readme.md
with
8 additions
and
3 deletions
VSCode-DSPElib-readme.md
View page @
2b79f5e0
...
...
@@ -8,11 +8,16 @@ Preparation for working with DSPElib using Visual Studio Code
-
for examples compiler provided with https://code.visualstudio.com/docs/cpp/config-mingw
-
.vscode folder in the workspace contains configurations for VSC
3.
run_VScode.bat (
[
run_VScode.bat
](
uploads/e2c8f797454db50f5252b4d7846a450d/run_VScode.bat
)
)
-
Windows cmd batch with configuration of MinGW and Msys paths (this allows avoiding setting global system paths and using different compiler sets)
-
MSYS
-
Script setups paths (MinGW gcc and MSys) and runs VS Code
-
This allows avoiding setting global system paths and using different compiler sets
-
MSYS (v.2 is probably a better choice)
-
MSYS v.1.0: https://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.11/MSYS-1.0.11.exe/download?use_mirror=kumisystems
-
MSYS2: https://www.msys2.org/
-
Runs VS Code
-
install msys2 (64bit)
-
pacman -Syuu => restart msys2
-
pacman -Sy
-
pacman -S make
-
update path to msys in
*
.bat; for example: D:
\m
sys64
\u
sr
\b
in
\
4.
Open folder: d:
\E
clipse_Mars
\g
it_folder
\D
SPElib
\D
SPE_lib
\s
rc
\
5.
.vscode/c_cpp_properties.json – C++ configurations
-
https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference
...
...
This diff is collapsed.
Click to expand it.