123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "tasks": [
- {
- "type": "cppbuild",
- "label": "C/C++: gcc.exe build active file",
- "command": "D:\\envionmentgcc\\arm-none-linux-gnueabi\\bin\\gcc.exe",
- "args": [
- "-g",
- "${file}",
- "-o",
- "${fileDirname}\\${fileBasenameNoExtension}.exe"
- ],
- "options": {
- "cwd": "D:\\envionmentgcc\\arm-none-linux-gnueabi\\bin"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": "build",
- "detail": "Task generated by Debugger."
- },
- {
- "type": "cppbuild",
- "label": "C/C++: arm-none-eabi-gcc.exe build active file",
- "command": "C:/Users/Administrator/Desktop/envionment/gcc-arm/gcc-arm/bin/arm-none-eabi-gcc.exe",
- "args": [
- "-g",
- "${file}",
- "-o",
- "${fileDirname}\\${fileBasenameNoExtension}.exe",
- "-mcpu=cortex-m3",
- "-mthumb",
- "-Wall",
- "-fdata-sections",
- "-ffunction-sections"
- ],
- "options": {
- "cwd": "C:/Users/Administrator/Desktop/envionment/gcc-arm/gcc-arm/bin"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "detail": "Task generated by Debugger."
- }
- ],
- "version": "2.0.0"
- }
|