Hi,
> I've tried to follow D. Hawkins notes on how to create your
> own crosscompiler.
> After downgrading host's gcc to v. 3.4.6 I've launched demo-arm.sh.
Your host is Linux or Cygwin?
> It downloaded a glibc-2.3.2.tar.bz2 tarball, unpacked it and kindly
> said:
>
> applying patch /home/fiveseven/ts7300/crosstool-0.28/patches/glibc-
> 2.3.2/arm-asm-clobber.patch
> getandpatch.sh: 1: patch: not found
> patch /home/fiveseven/ts7300/crosstool-0.28/patches/glibc-2.3.2/arm-
> asm-clobber.patch failed
>
> though the patch exists.
Right, but does the utility 'patch' exist.
Type 'which patch', if the shell can't find it, you need to
install that utility.
For example, on a Linux system here:
~]$ which patch
/usr/bin/patch
~]$ rpm -qf `which patch`
patch-2.5.4-20
So the rpm you need is called patch. Under Cygwin's setup.exe
you can go down the list and install the tool using it.
Cheers,
Dave
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|