This is the mail archive of the gcc-bugs@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]

[Bug target/47739] gcc 4.4.5 with target powerpc-wrs-vxworks fails to compile


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.


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