Results 1 to 1 of 1
Hi,
I have a C program that I already compile in Windows using Visual Studio 2005 IDE. With no error.
But, when I compile using LINUX using cmd: gcc -D_DEBUG ...
- 03-12-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 1
Error While Compiling
Hi,
I have a C program that I already compile in Windows using Visual Studio 2005 IDE. With no error.
But, when I compile using LINUX using cmd: gcc -D_DEBUG -c *.c
it returning error.
For example:
error: declaration for parameter 'xxx; but no such parameter and etc.
I try to find the cause, but have no idea about it.


Reply With Quote