This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
CVS/SVN binutils and gcc on MacOS X?
- From: Stefan Dösinger <stefan at codeweavers dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 4 Sep 2009 23:06:19 +0200
- Subject: CVS/SVN binutils and gcc on MacOS X?
Hi,
I tried to install binutils from CVS and the gcc SVN code on my mac to test my
msvc_prologue work there, but I ran into an interesting problem:
When using the SVN gcc with my own as, I cannot compile any files:
Assembler messages:
Fatal error: Invalid listing option `r'
This can happen when compiling something manually, or during gcc bootstrap.
The build type is i386-apple-darwin9.8.0.
Using my own gcc with the system assembler works. Using the system gcc with my
as build works as well. But my own as and gcc together fail. Google wasn't
much help unfortunately.
Is this a known problem? Am I doing something wrong here? Do I need any
special Darwin patches for as or gcc?
Thanks,
Stefan