This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj failure with powerpc-860 & gcc-4.0.0


Tim Hayman wrote:
In file included from ./include/java-signal.h:17,
               from /home/tbhayman/xtool/crosstool-0.34
/build/powerpc-860-linux-gnu/gcc-4.0.0-glibc-2.3.5/gcc-4.0.0/libjava/prims.cc:26:
/home/tbhayman/xtool/opt/crosstool/gcc-4.0.0-glibc-2.3.5/powerpc-860-linux-gnu/powerpc-860-linux-gnu/include/sys/syscall.h:32:27:

error: bits/syscall.h: No such file or directory

--- crosstool.sh.orig   2005-05-20 17:27:58.000000000 -0400
+++ crosstool.sh        2005-05-20 17:33:55.000000000 -0400
@@ -337,6 +337,7 @@
     # having a copy of stdio_lim.h... see
     # http://sources.redhat.com/ml/libc-alpha/2003-11/msg00045.html
     cp bits/stdio_lim.h $HEADERDIR/bits/stdio_lim.h
+    cp misc/syscall-list.h $HEADERDIR/bits/syscall.h

     cd ..
 fi

Applied (without removing the earlier fix, how sloppy of me) to what will become crosstool-0.36.

Thanks!
- Dan


-- Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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