Enviado em 31/01/2025 - 17:07h
Alguem sabe o que pode ser? Já tem uma semana que estou tentando solucionar esse problema, mas infelizmente sem sucesso.
Mensagem no terminal após execução de um código com a biblioteca stdio.h
* Executing task: gcc -Wall -Wextra -g3 /home/zayan44/projeto_teste/oioi.c -o /home/zayan44/projeto_teste/output/oioi
In file included from /home/zayan44/projeto_teste/oioi.c:1:
/usr/include/stdio.h:37:10: fatal error: stdarg.h: Arquivo ou diretório inexistente
37 | #include <stdarg.h>
| ^~~~~~~~~~
compilation terminated.
* The terminal process "gcc '-Wall', '-Wextra', '-g3', '/home/zayan44/projeto_teste/oioi.c', '-o', '/home/zayan44/projeto_teste/output/oioi'" failed to launch (exit code: 1).
* Terminal will be reused by tasks, press any key to close it.
Mensagem no terminal após execução de um código com a biblioteca stdio.h
* Executing task: gcc -Wall -Wextra -g3 /home/zayan44/projeto_teste/oioi.c -o /home/zayan44/projeto_teste/output/oioi
In file included from /home/zayan44/projeto_teste/oioi.c:1:
/usr/include/stdio.h:37:10: fatal error: stdarg.h: Arquivo ou diretório inexistente
37 | #include <stdarg.h>
| ^~~~~~~~~~
compilation terminated.
* The terminal process "gcc '-Wall', '-Wextra', '-g3', '/home/zayan44/projeto_teste/oioi.c', '-o', '/home/zayan44/projeto_teste/output/oioi'" failed to launch (exit code: 1).
* Terminal will be reused by tasks, press any key to close it.
