I've a question about GCC and objects file..
In few words when I try to do this command:
gcc -Wall -o obj/config.o -c global.h config/config.c
It's simply returns this fatal error:
gcc: fatal error: cannot specify -o with -c, -S or -E with multiple files
I've tried to search on Google, but I've not found anything about it. Maybe I used wrong keywords... Anyone can help?