This is the mail archive of the crossgcc@sourceware.org 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: FW: crosstool-0.38 problem with LAST_UPDATED


Tom Gulick wrote:
The 0.38 version of crosstool is failing as follows:

applying patch /home/tgulick/crosstool/crosstool-0.38/patches/glibc-linuxthreads-2.3.5/glibc-linuxthreads-2.3.5-cygwin.patch
patching file linuxthreads/Makefile
getandpatch.sh: line 262: /home/tgulick/crosstool/crosstool-0.38/build/arm-xscale-linux-gnu/gcc-core-2.95.3-glibc-2.3.5/gcc-core-2.95.3/LAST_UPDATED: No such file or directory

Tom, please ask questions like this on the crossgcc mailing list. I'm replied there, and bcc'ing you.

The thing to do is look at the sources.  Here are lines 261 and 262
of getandpatch.sh:

    261   # gcc's contrib/test_summary expects version stamp, normally created by contrib/update_gcc
    262   test -f $SRC_DIR/$GCC_DIR/LAST_UPDATED || echo $GCC_DIR > $SRC_DIR/$GCC_DIR/LAST_UPDATED

It kind of seems like the directory $SRC_DIR/$GCC_DIR
doesn't exist.  This is not surprising if you have
set GCC_DIR to gcc-core-2.95.3.  It should be gcc-2.95.3,
because that's the directory you get when you unpack gcc-2.95.3.tar.gz.

If that's not enough of a clue, please show us how you invoke
crosstool.

BTW I'm off on vacation starting now, and won't be able to
answer personally, but someone else on the crossgcc list
should be able to help you.
- 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]