From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Niessner To: gcc-help@gcc.gnu.org Subject: In the home stretch... Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <38C5BBB9.68258DAB@bigfoot.com> X-SW-Source: 2000-q1/msg00342.html Message-ID: <20000401000000.zO0tEjfyjroef3-QfPSaZUdFhrEVPph4P0clZUZyXV8@z> I have a powerpc-wrs-vxworks 2.91.66 compiler for VxWorks now that seems to be working. There is one error in the build that is annoying me: gcc -c -DCROSS_COMPILE -DIN_GCC -g -O2 -DHAVE_CONFIG_H -DHAIFA -I. -I../../egcs-1.1.2-vxworks1/gcc -I../../egcs-1.1.2-vxworks1/gcc/config ../../egcs-1.1.2-vxworks1/gcc/explow.c ../../egcs-1.1.2-vxworks1/gcc/explow.c: In function `emit_stack_save': ../../egcs-1.1.2-vxworks1/gcc/explow.c:889: warning: assignment from incompatible pointer type ../../egcs-1.1.2-vxworks1/gcc/explow.c: In function `emit_stack_restore': ../../egcs-1.1.2-vxworks1/gcc/explow.c:970: warning: assignment from incompatible pointer type It seems to be okay, but I want to verify that. Thanks you for all of the previous help. I will be posting a patch at the end of the week or so. Al Niessner