Skip to content

I have to nominate each c file to compile #42

@caxelrud

Description

@caxelrud

Hi,
Just to tell you that gcc compiling (at least for Win11) with "c.*" is not an option anymore (you can play with options to force it but it didn't work for me).
So, I have to nominate each c file. No problem compile.

{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: gcc.exe build active file",
"command": "C:\msys64\ucrt64\bin\gcc.exe",
"args": [
"-fdiagnostics-color=always",
"-g",
//"${file}",
"${fileDirname}\auxiliary.c",
"${fileDirname}\daqp.c",
"${fileDirname}\factorization.c",
"${fileDirname}\test_mpc.c",
"${fileDirname}\test.c",
"-o",
"${fileDirname}\${fileBasenameNoExtension}.exe"
],
"options": {
"cwd": "C:\msys64\ucrt64\bin"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions