This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help on compiles


matt dot sherwood at philips dot com writes:

> Hello, My name is Matt Sherwood. I am trying to compile a program
> for the first time, and I am getting the following errors. It would
> seem that my overall environment is incomplete, but I cannot
> pinpoint the problem. Any assistance you can give is greatly
> appreciated:
> 
> gcc: +O2: No such file or directory
> gcc: +Z: No such file or directory
> gcc: +DAportable: No such file or directory
> gcc: +DS2.0: No such file or directory
> gcc: +Omultiprocessor: No such file or directory
> gcc: +Ofastaccess: No such file or directory
> gcc: +Oentrysched: No such file or directory
> gcc: +Onolimit: No such file or directory
> gcc: +ESlit: No such file or directory
> gcc: +Oprocelim: No such file or directory

Matt,

We need more information if we are going to be able to help.  What
sort of system is this on?  How was the compiler installed?  What is
the command line you are using to compile the program?  Which version
of gcc are you using?  What is the program?  Can you include the
source code for the program?

On first blush, it appears that options you passed to gcc are being
interpreted as input files.

Thanks,
-- 
Ricardo Anguiano
http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]