> > Hi,

Hi

> > getting back to the instructions, in `getSource-6.0.sh`, I first
> > skipped "#i9305 patches" but I noticed "#generic (scintill)
> > replicant 6.0 patches {", so I ran them this time

I think those patches OK to apply if they apply OK ... can't remember
100% what they do but I think they'll be OK. I don't think it's
those patches causing the error.

> > 
> > Then
> > ```
> > make clean
> > ./vendor/replicant/build-toolchain 2>&1 | tee "${thepwd}/0.txt"
> > ```
> > 
> > ```
> > make[1]: Leaving directory
> > '/home/fil/ReplicantBuilds-messy-update/replicant-6.0/toolchain/gcc/arm/arm-linux-androideabi/build/gcc'
> > Makefile:846: recipe for target 'all' failed make: *** [all] Error 2
> > ```
> > The line 846 of the Makefile is the first line after "all:" in:
> > 
> > ```
> > # The target built for a native non-bootstrap build.
> > .PHONY: all
> > all:
> >     @: $(MAKE); $(unstage)
> >     @r=`${PWD_COMMAND}`; export r; \
> >     s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
> >         $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
> >     && :
> > ```
> > I do not understand `$(unstage)` so I do not get where is the error.

The make command is failing for some reason. I can't tell why it is
failing from what you have sent in the email. Maybe try read (tail or
less) "${thepwd}/0.txt" and see if you can get any more information as
to why the make command is failing to build the toolchain?

> > - Fil Lupin.

Josh
_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to