So I finally cleared all the errors and warnings on the C files, and proceeded to link them. I have 2 C files which I need to link with the compiler.
et5ibwqm0.c intfac_fl.c
The compile command I was provided:
gcc -shared -o et5stcklib.so et5ibwqm0.o intfac_fl.o -L$FGLDIR/lib
Doesn't work, I get this error:
et5ibwqm0.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status