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

2013-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47739

Andrew Pinski  changed:

   What|Removed |Added

   Keywords||build
 Target||*-vxworks

--- Comment #2 from Andrew Pinski  ---
/* Both kernels and RTPs have the facilities required by this macro.  */
#define TARGET_POSIX_IO


That is the comment from vxworks.h.  I bet this is due to vxworks support not
being maintained at all.


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

2011-06-08 Thread jan.sm...@alcatel-lucent.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47739

Jan Smets  changed:

   What|Removed |Added

 CC||jan.sm...@alcatel-lucent.co
   ||m

--- Comment #1 from Jan Smets  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.