[SOLVED] GCC Problem
Posted: Sun Aug 14, 2011 5:29 am
Hi,
I'm using DJGPP and i have an issue with the GCC compiler.
I was trying to compile an c file and it didn't work, no error line's or anything.
So i thought something was wrong with the c script, so i dumbed it down only to main function.
But it still didn't work.
Here's the command line:
I didn't use any includes because i dumbed it down to the main function.
The compiler doesn't give me an error line or anything, it just doesn't create the file main.o
Thanks,
Maakera
I'm using DJGPP and i have an issue with the GCC compiler.
I was trying to compile an c file and it didn't work, no error line's or anything.
So i thought something was wrong with the c script, so i dumbed it down only to main function.
But it still didn't work.
Here's the command line:
Code: Select all
gcc -Wall -O -fstrength-reduce -fomit-frame-pointer -finline-functions -nostdinc -fno-builtin -c -o main.o main.c
The compiler doesn't give me an error line or anything, it just doesn't create the file main.o
Thanks,
Maakera