Hello All,
I did not see this error show up in earlier issues, does any one have a suggestion? I tried compiling on an Ubuntu system.
src/count-tri.cpp: In function ‘int main(int, char*)’:
src/count-tri.cpp:76:66: error: ‘syscall’ was not declared in this scope
printf("My TID: %ld running on CPU: %d\n", syscall(SYS_gettid), sched_getcpu());
make[1]: ** [src/count-tri.o] Error 1
make[1]: Leaving directory `/home/saguinag/Software/INDDGO/util'