[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/641] file format not recognized; treating as linker script
From: |
bje at sources dot redhat dot com |
Subject: |
[Bug ld/641] file format not recognized; treating as linker script |
Date: |
28 Mar 2006 00:57:07 -0000 |
------- Additional Comments From bje at sources dot redhat dot com 2006-03-28
00:57 -------
The problem here is that you are using the -M option to GCC. I don't know what
this option's meaning is for Microsoft's compiler, but for GCC, it means:
`-M'
Instead of outputting the result of preprocessing, output a rule
suitable for `make' describing the dependencies of the main source
file. The preprocessor outputs one `make' rule containing the
object file name for that source file, a colon, and the names of
all the included files, including those coming from `-include' or
`-imacros' command line options.
Closing.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |nickc at redhat dot com
Status|WAITING |RESOLVED
Resolution| |INVALID
http://sourceware.org/bugzilla/show_bug.cgi?id=641
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/641] file format not recognized; treating as linker script,
bje at sources dot redhat dot com <=