when I try to compile a program, an error of the following comes up:
cc -Aa -g -c -o main.o main.c
<command-line>: error: missing '(' after predicate
make: *** [main.o] Error 1
it indicate no line of where the error is located. has anyone ever came across this type of error before?