On Tue, May 02, 2006 at 01:09:28PM +0000, Edjard Mota wrote:
>    Toni Timonen <[EMAIL PROTECTED]> escreveu:

>      It looks like you have ran the create_toolchain_conf.py from
>      confhelper directory. It should be run from your compiler directory,
>      eg. /scratchbox/compilers/yourtoolchain/.

>    [sbox-HOST: /scratchbox/compilers/arm-none-linux-gnueabi] >
>    ~/sb-toolchain-extras/confhelper/create_toolchain_conf.py
>    COMPILER_NAME = arm-none-linux-gnueabi
>    COMPILER_PACKAGE = <you have to fill in this one>
>    #
>    # ERROR: Could not find machine info!
>    #
>    BINUTILS_FULLVER = 2.16.91-sb1
> 
>    HEADERS_DIR = $(COMPILER_DIR)/libc/usr/include

Hmm..  
The headers are commonly located in
$(COMPILER_DIR)/arm-none-linux-gnueabi/usr/include. This looks like
you have extracted/installed the toolchain to too up in the directory
hierarchy.

When you extract/install the toolchain, everything should go under one
directory, eg.
/scratchbox/compilers/mycoolarmtoolchain/ and there should be
probably directories like
/scratchbox/compilers/mycoolarmtoolchain/arm-none-linux-gnueabi
/scratchbox/compilers/mycoolarmtoolchain/arm-none-linux-gnueabi/bin
/scratchbox/compilers/mycoolarmtoolchain/bin
etc.

That is, the /scratcbox/compilers
directory should have only toolchain subdirectories (maybe one named as
host-gcc) and a bin directory. Nothing should be directly extracted to 
/scratcbox/compilers/bin
(or /scratcbox/compilers/{lib,include,share,man,..}).


-- 
Toni Timonen
040-5111863,GPG 0x7984A4FD
_______________________________________________
Scratchbox-devel mailing list
[email protected]
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-devel

Reply via email to