Advertisement
Guest User

Hillshum

a guest
Jun 25th, 2009
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.74 KB | None | 0 0
  1.                 ../../gcc-4.0.3/gcc/config/arm/arm.c -o arm.o
  2. gcc -c   -U_FORTIFY_SOURCE  -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition    -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.0.3/gcc -I../../gcc-4.0.3/gcc/. -I../../gcc-4.0.3/gcc/../include -I./../intl -I../../gcc-4.0.3/gcc/../libcpp/include     -I. -I. -I../../gcc-4.0.3/gcc -I../../gcc-4.0.3/gcc/. -I../../gcc-4.0.3/gcc/../include -I./../intl -I../../gcc-4.0.3/gcc/../libcpp/include  \
  3.                 ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c
  4. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c:38: warning: 'struct sigaltstack' declared inside parameter list
  5. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c:38: warning: its scope is only this definition or declaration, which is probably not what you want
  6. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c:38: error: conflicting types for 'sigaltstack'
  7. /usr/include/signal.h:89: error: previous declaration of 'sigaltstack' was here
  8. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c: In function 'segv_handler':
  9. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c:67: error: 'struct __darwin_mcontext' has no member named 'ss'
  10. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c:116: error: 'struct __darwin_mcontext' has no member named 'es'
  11. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c:116: error: 'struct __darwin_mcontext' has no member named 'ss'
  12. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c: In function 'darwin_rs6000_extra_signals':
  13. ../../gcc-4.0.3/gcc/config/rs6000/host-darwin.c:130: warning: passing argument 1 of 'sigaltstack' from incompatible pointer type
  14. make[1]: *** [host-darwin.o] Error 1
  15. make: *** [all-gcc] Error 2
  16. Greta:~ hillshum$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement