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
i get the make dist/all to work but only get the output as data file
The gcc comand
the error is the gcc
cc1: warning: command-line option ‘-std=gnu++17’ is valid for C++/ObjC++ but not for C
cc1: fatal error: file.c: No such file or directory
compilation terminated.
is the output forn g++
error with g++ and missing file.c
g++ -std=gnu++17 -O3 -flto -fwhole-program -I "include"
-lm file.c -o output
cc1plus: fatal error: file.c: No such file or directory
compilation terminated.
i clone the repo on my pc via git clone command
i get the make dist/all to work but only get the output as data file
the error is the gcc
error with g++ and missing file.c
comand make dist
comand make all
The text was updated successfully, but these errors were encountered: