Please use the wiki page documentation
http://www.scratchbox.org/wiki/Toolchains

Ricardo

Greg L wrote:

> Hi,
> I'm trying to follow
> http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/toolchain.html
> to build a toolchain, but I'm having some problems.  It says to test
> it by building the default toolchain, and all you need to do is go to
> the directory and type "./build --build".  When I try that, it fails with:
>
> make: Entering directory `/home/cicl/sb-toolchains-1.0.2/meta/target-kit'
> make -C ../../autotools/libtool clean
> make[1]: Entering directory
> `/home/cicl/sb-toolchains-1.0.2/autotools/libtool'
> make[1]: *** ../../: Is a directory.  Stop.
> make[1]: Leaving directory
> `/home/cicl/sb-toolchains-1.0.2/autotools/libtool'
> make: *** [build-libtool] Error 2
> make: Leaving directory `/home/cicl/sb-toolchains-1.0.2/meta/target-kit'
>
> I've looked at the makefile, and it looks like it's doing "include
> ./$(CONFIG)", so I did the following:
>
> [sbox-HOST: ~/sb-toolchains-1.0.2] > touch config
> [sbox-HOST: ~/sb-toolchains-1.0.2] > export CONFIG=config
> [sbox-HOST: ~/sb-toolchains-1.0.2] > ./build --build
>
> This gets it to start building, but then it fails with:
>
> make[2]: Entering directory
> `/home/cicl/sb-toolchains-1.0.2/toolchain/base'
> [===== NOW BUILDING:    linux-libc-headers-     =====]
>         [fetch] complete for linux-libc-headers.
> make[2]: Leaving directory `/home/cicl/sb-toolchains-1.0.2/toolchain/base'
> make[2]: Entering directory `/home/cicl/sb-toolchains-1.0.2/binutils'
> make[2]: *** No rule to make target `fetch'.  Stop.
> make[2]: Leaving directory `/home/cicl/sb-toolchains-1.0.2/binutils'
> make[1]: *** [cache] Error 2
> make[1]: Leaving directory `/home/cicl/sb-toolchains-1.0.2/meta/toolchain'
> make: *** [build] Error 2
>
> Does anyone know what I'm doing wrong?  I'm using scratchbox version
> 1.0.2 and trying to build the 1.0.2 toolchain.
> Thanks,
> Greg
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Scratchbox-users mailing list
>Scratchbox-users@lists.scratchbox.org
>http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
>  
>

_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to