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: crosstool-0.27: builduserland fails: arm-linux-gcc not found; I have arm-arm9-linux-gnu-gcc


On Monday 02 February 2004 17:13, Daniel Kegel wrote:
> Ken Wolcott wrote:
> >>>/bin/sh all.sh --notest --builduserland
> >>
> >>(Just curious, why are you using --builduserland?
> >
> >   I need a minimal user environment and filesystem on the target (like
> > coreutils and a little more) but not a full OS.  Is there a better way? 
> > Like a cross-LFS (linux from scratch)?
>
> ptxdist is good.  It's better than LFS, in my opinion; it's more automated
> and much simpler.
>
> If the little ptxdist I bundle with crosstool doesn't
> quite have what you want, go have a look at http://ptxdist.sf.net
> for the up-to-date version.  You can use its scripts/settoolchain.sh
> script to tell it about your crosstool toolchain.
>
> - Dan

**SIGH**

What did I screw up now? :-(

contents of ptx-arm.patch currently (line wrapping sucks!):
*******************************************
--- ptxdist-testing-20031113/rules/target.in.old        2004-02-02 
14:45:26.000000000 -0800
+++ ptxdist-testing-20031113/rules/target.in    2004-02-02 14:45:50.000000000 
-0800
@@ -241,0 +241,0 @@

 config GNU_TARGET
        string
-       default "arm-linux"                     if ARM_ARCH_LE          && 
GLIBC
+       default "arm-unknown-linux-gnu"         if ARM_ARCH_LE          && 
GLIBC
        default "arm-arm9-linux-gnu"            if ARM_ARCH_BE          && 
GLIBC
        default "arm-arm9-linux-gnu"            if ARCH_ARM_NOMMU       && 
GLIBC
        default "i386-linux"                    if OPT_I386             && 
GLIBC
*******************************************

Results:

+ '[' -d linux ']'
+ cd ptxdist-testing-20031113
+ test -f 
/tuba_local/working_crosstool/try5/patches/ptxdist-testing-20031113/ptx-arm.patch
+ patch --fuzz=1 -p1 -f
+ cat patch2386.log
patching file rules/target.in
patch: **** malformed patch at line 3: --- 242,241 ----

+ abort 'patch 
/tuba_local/working_crosstool/try5/patches/ptxdist-testing-20031113/ptx-arm.patch 
failed'
+ echo patch 
/tuba_local/working_crosstool/try5/patches/ptxdist-testing-20031113/ptx-arm.patch 
failed
patch 
/tuba_local/working_crosstool/try5/patches/ptxdist-testing-20031113/ptx-arm.patch 
failed
+ exec /bin/false


------
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]