I have installed gcc.tcz extension (version 5.3.0) on stable picore 7 then test it as follows:
include <stdio.h>
int main (){
printf("Hello World\n");
return 0;
}
$ g++ -o hello hello.cpp
g++: error trying to exec 'as': execvp: No such file or directory
I just don't get it: anything missing to have such a simple test compiled?