This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47739] gcc 4.4.5 with target powerpc-wrs-vxworks fails to compile
- From: "jan dot smets at alcatel-lucent dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 8 Jun 2011 12:49:47 +0000
- Subject: [Bug target/47739] gcc 4.4.5 with target powerpc-wrs-vxworks fails to compile
- Auto-submitted: auto-generated
- References: <bug-47739-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47739
Jan Smets <jan.smets@alcatel-lucent.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jan.smets@alcatel-lucent.co
| |m
--- Comment #1 from Jan Smets <jan.smets@alcatel-lucent.com> 2011-06-08 12:49:26 UTC ---
I have this issue as well.
My source (4.6) has #ifdef TARGET_POSIX_IO in libgcov.c to pick the correct
mkdir (when TARGET_POSIX_IO is undefined). My target is i686-wrs-vxworks (and
--with-headers=..) and TARGET_POSIX_IO is defined somehow.
I tried disabling gcov with --disable-coverage or --enable-coverage=no , but it
did not prevent the compile problems.